Files
opensourcepos/tests/phpunit.xml
2023-04-27 21:53:02 -04:00

27 lines
767 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap = "../../vendor/autoload.php"
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false">
<testsuites>
<testsuite name="Helpers">
<directory>helpers</directory>
</testsuite>
<testsuite name="Libraries">
<directory>libraries</directory>
</testsuite>
<testsuite name="Models">
<directory>models</directory>
</testsuite>
</testsuites>
</phpunit>