Categories
3 weeks ago
Controller
3 weeks ago
Service
3 weeks ago
Specification
7 years ago
UnsecuredController
3 weeks ago
phpunit.xml
9 years ago
phpunit.xml
18 lines
| 1 | <phpunit |
| 2 | bootstrap="Tests/bootstrap.php" |
| 3 | backupGlobals="false" |
| 4 | colors="true" |
| 5 | convertErrorsToExceptions="true" |
| 6 | convertNoticesToExceptions="true" |
| 7 | convertWarningsToExceptions="true"> |
| 8 | <testsuites> |
| 9 | <testsuite name="unit"> |
| 10 | <directory>./Tests/</directory> |
| 11 | </testsuite> |
| 12 | </testsuites> |
| 13 | <filter> |
| 14 | <whitelist processUncoveredFilesFromWhitelist="false"> |
| 15 | <directory>Tests/</directory> |
| 16 | </whitelist> |
| 17 | </filter> |
| 18 | </phpunit> |