diff --git a/.gitignore b/.gitignore index 69d6343e..15e9bfc9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,3 @@ public/include/config/global.inc.sha.php .buildpath .project .settings - -# Unit testing -tests/phpunit/* diff --git a/tests/README.md b/tests/README.md index d5038b29..8eaf1edc 100644 --- a/tests/README.md +++ b/tests/README.md @@ -12,6 +12,8 @@ How to add tests * Add any new suites to the phpunit.xml file * Below is the suite entry for the sample test in unit/config/SampleTest.php -``` +``` + unit/config -``` + +``` diff --git a/tests/unit/config/SampleTest.php b/tests/unit/config/SampleTest.php index 8e45f3e8..9b445a57 100644 --- a/tests/unit/config/SampleTest.php +++ b/tests/unit/config/SampleTest.php @@ -1,4 +1,4 @@ -assertNotEmpty(SALT); $this->assertGreaterThan(1, strlen(SALT));