- <phpunit bootstrap="./bootstrap.php"
- colors="false"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- stopOnFailure="false">
- <filter>
- <whitelist processUncoveredFilesFromWhitelist="false">
- <directory suffix=".php">src/</directory>
- </whitelist>
- </filter>
- </phpunit>
|