aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-25 19:35:48 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-25 19:35:48 +0000
commit1bffdc3696aefdbb4144aeeef6502beda95388d2 (patch)
tree11845302010d535d6d26f8392969dac59e39d283 /tests/AllTests.php
parentf0ec32d89bb86d8af9fef96e1ed63d3dac36a1ee (diff)
downloadsemanticscuttle-1bffdc3696aefdbb4144aeeef6502beda95388d2.tar.gz
semanticscuttle-1bffdc3696aefdbb4144aeeef6502beda95388d2.tar.bz2
tab 2 spaces in test files
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@419 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php
index 4507a5a..f7a04cc 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -2,11 +2,11 @@
/*
* To launch all tests, type the following line into the root directory
* of SemanticScuttle (where is the config.inc.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.
* */
@@ -30,20 +30,20 @@ class AllTests extends PHPUnit_Framework_TestSuite
public static function suite()
{
- $suite = new AllTests();
+ $suite = new AllTests();
$tdir = dirname(__FILE__);
- $suite->addTestFile($tdir . '/BookmarkTest.php');
- $suite->addTestFile($tdir . '/Tag2TagTest.php');
- $suite->addTestFile($tdir . '/TagsCacheTest.php');
- $suite->addTestFile($tdir . '/CommonDescriptionTest.php');
- $suite->addTestFile($tdir . '/SearchHistoryTest.php');
- $suite->addTestFile($tdir . '/TagTest.php');
- $suite->addTestFile($tdir . '/VoteTest.php');
+ $suite->addTestFile($tdir . '/BookmarkTest.php');
+ $suite->addTestFile($tdir . '/Tag2TagTest.php');
+ $suite->addTestFile($tdir . '/TagsCacheTest.php');
+ $suite->addTestFile($tdir . '/CommonDescriptionTest.php');
+ $suite->addTestFile($tdir . '/SearchHistoryTest.php');
+ $suite->addTestFile($tdir . '/TagTest.php');
+ $suite->addTestFile($tdir . '/VoteTest.php');
return $suite;
}
-
-
+
+
protected function tearDown()
{
}