1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <phpunit bootstrap="vendor/autoload.php"
- backupGlobals="false"
- backupStaticAttributes="false"
- colors="false"
- verbose="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- stopOnFailure="false">
- <testsuites>
- <testsuite name="main">
- <directory>tests</directory>
- </testsuite>
- </testsuites>
- </phpunit>
|