| 123456789101112131415161718192021222324 |
- <phpunit colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- stopOnFailure="false"
- syntaxCheck="true"
- verbose="true"
- bootstrap="LoginTestHarness.php"
- strict="true">
- <testsuites>
- <testsuite name="Core">
- <directory>Tests/Core/</directory>
- </testsuite>
- <testsuite name="Processors">
- <directory>Tests/Processors/</directory>
- </testsuite>
- <testsuite name="Cases">
- <directory>Tests/Cases/</directory>
- <directory>Tests/Cases/Register/</directory>
- </testsuite>
- </testsuites>
- </phpunit>
|