22 lines
638 B
XML
Executable File
22 lines
638 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="tests/bootstrap.php"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false">
|
|
<testsuites>
|
|
<testsuite name="FedaPay PHP Test Suite">
|
|
<directory suffix="Test.php">./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<ini name="display_errors" value="On" />
|
|
<ini name="display_startup_errors" value="On" />
|
|
</php>
|
|
</phpunit>
|