blob: dc845da2b1a6c6fc906d02b74ab5ef1f85f07b5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<phpunit colors="true" forceCoversAnnotation="true" strict="true">
<testsuite name="Unit Tests">
<directory>./tests</directory>
</testsuite>
<filter>
<whitelist>
<directory>src</directory>
</whitelist>
</filter>
</phpunit>
|