aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-26 06:39:23 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-26 06:39:23 +0000
commit1a4a02722617a0dc66dcd57b8e80697fb913eae5 (patch)
tree3ffd7b59099ff46134af35690d81319d632df47b /tests/AllTests.php
parent12ff7497fa2139653e6cb6b8c10905ce0324f4e7 (diff)
downloadsemanticscuttle-1a4a02722617a0dc66dcd57b8e80697fb913eae5.tar.gz
semanticscuttle-1a4a02722617a0dc66dcd57b8e80697fb913eae5.tar.bz2
rename config.inc.php to config.php throughout the code
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php4
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.
* */