13 lines
317 B
XML
13 lines
317 B
XML
|
<phpunit
|
||
|
bootstrap="./../generis/test/bootstrap.php"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertNoticesToExceptions="true"
|
||
|
convertWarningsToExceptions="true">
|
||
|
|
||
|
<testsuites>
|
||
|
<testsuite name="Unit">
|
||
|
<directory>test/unit</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|