diff options
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r-- | tests/AllTests.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php index f7a04cc..c6b9057 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -1,12 +1,10 @@ <?php /* * To launch all tests, type the following line into the root directory -* of SemanticScuttle (where is the config.inc.php file) : +* of SemanticScuttle (where is the config.php file) : * * phpunit --testdox-html tests/dox.html AllTests tests/allTests.php * -* !!Check that $debugMode = false in config.inc.php to avoid unstable beahviours!! -* * A dox.html file will be created into the tests/ directory providing a summary * of tests according to agile development. * */ |