easyappointments/test/phpunit.xml

10 lines
274 B
XML
Raw Normal View History

<phpunit bootstrap="bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
stopOnFailure="false"
syntaxCheck="true"
verbose="true">
</phpunit>