blob: 5fcc5596dfbd5925c1e84c9ecaed2e26d6e82276 (
plain)
1
2
3
4
5
6
7
|
You need PHPunit.
Then
To launch the tests, type in a console situated in the root of the SEMANTICSCUTTLE project (where is the SEMANTICSCUTTLE config file):
phpunit --testdox-html tests/dox.html AllTests tests/allTests.php
|