From 73617a2fe7a628924f79530c5f568a93fc1a6b70 Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Sat, 13 Feb 2016 23:06:09 -0500 Subject: [PATCH] Add BaseHelperTest --- .travis.yml | 1 - tests/BaseHelperTest.php | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 tests/BaseHelperTest.php diff --git a/.travis.yml b/.travis.yml index 0006510..bc7dbf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - '5.5' - '5.6' - '7.0' services: diff --git a/tests/BaseHelperTest.php b/tests/BaseHelperTest.php new file mode 100644 index 0000000..a40551a --- /dev/null +++ b/tests/BaseHelperTest.php @@ -0,0 +1,39 @@ +assertEquals(true, self::checkBaseGen($n)); + } + + } +}