forked from mirrors/easyappointments
10 lines
274 B
XML
10 lines
274 B
XML
|
<phpunit bootstrap="bootstrap.php"
|
||
|
colors="true"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertNoticesToExceptions="true"
|
||
|
convertWarningsToExceptions="true"
|
||
|
processIsolation="true"
|
||
|
stopOnFailure="false"
|
||
|
syntaxCheck="true"
|
||
|
verbose="true">
|
||
|
</phpunit>
|