JsonMapperTest
1 year ago
multitypetest
1 year ago
namespacetest
1 year ago
othernamespace
1 year ago
JsonMapperTest.php
1 year ago
bootstrap.php
1 year ago
phpunit.xml
1 year ago
phpunit.xml
15 lines
| 1 | <phpunit backupGlobals="false" |
| 2 | bootstrap="bootstrap.php" |
| 3 | colors="true" |
| 4 | beStrictAboutChangesToGlobalState="true" |
| 5 | beStrictAboutOutputDuringTests="true" |
| 6 | beStrictAboutTestsThatDoNotTestAnything="true" |
| 7 | beStrictAboutCoversAnnotation="true" |
| 8 | > |
| 9 | <filter> |
| 10 | <whitelist> |
| 11 | <directory suffix=".php">../src/</directory> |
| 12 | </whitelist> |
| 13 | </filter> |
| 14 | </phpunit> |
| 15 |