diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-18 10:59:43 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-18 10:59:43 +0000 |
commit | d8a5adc285fbd9237d7c3140f6d6a11b6eceaaee (patch) | |
tree | cfd865d1e3121f5dc3d091eafaf6cdcb1bd659ef /tests/LAUNCH_TESTS | |
parent | ff7328e8deffd5a4dae1e7c0a1836ee903e2307f (diff) | |
download | semanticscuttle-d8a5adc285fbd9237d7c3140f6d6a11b6eceaaee.tar.gz semanticscuttle-d8a5adc285fbd9237d7c3140f6d6a11b6eceaaee.tar.bz2 |
Major refactoring: improve tests process. add a main file called allTests.php.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@203 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/LAUNCH_TESTS')
-rw-r--r-- | tests/LAUNCH_TESTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/LAUNCH_TESTS b/tests/LAUNCH_TESTS index 531d239..5fcc559 100644 --- a/tests/LAUNCH_TESTS +++ b/tests/LAUNCH_TESTS @@ -2,6 +2,6 @@ You need PHPunit. Then -To launch the tests, put in a console situated in the root of the SEMANTICSCUTTLE project (where is the SEMANTICSCUTTLE config file): +To launch the tests, type in a console situated in the root of the SEMANTICSCUTTLE project (where is the SEMANTICSCUTTLE config file): -phpunit BookmarksTest ./tests/bookmarksTest.php ; phpunit CommonDescriptionTest tests/commonDescriptionTest.php ; phpunit Tag2TagTest tests/tag2TagTest.php ; phpunit SearchTest tests/searchTest.php ; phpunit TagsTest tests/tagsTest.php +phpunit --testdox-html tests/dox.html AllTests tests/allTests.php |