mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 10:07:52 -05:00
27 lines
767 B
XML
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>
|