Files
opensourcepos/tests/phpunit.xml
objecttothis de531e20c6 Migrations
- Delete old CI3 file
- Correct format of Migrations file datetime
2024-06-15 17:19:15 +02: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>