commit | author | age | ||
0868e0 | 1 | <phpunit bootstrap="tests/autoload.php"> |
JK | 2 | <php> |
3 | <const name="PHPUNIT" value="true" /> | |
4 | </php> | |
5 | <testsuites> | |
6 | <testsuite name="Core Test Suite"> | |
7 | <directory suffix="Test.php">tests/Core</directory> | |
8 | </testsuite> | |
9 | </testsuites> | |
10 | </phpunit> |