JsonMapperTest
2 years ago
multitypetest
2 years ago
namespacetest
2 years ago
othernamespace
2 years ago
JsonMapperTest.php
2 years ago
bootstrap.php
2 years ago
phpunit.xml
2 years 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 |