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)); + } + + } +}