13 lines
373 B
XML
13 lines
373 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" bootstrap="tests/TestAutoLoad.php">
|
|
<testsuites>
|
|
<testsuite name="Culqi PHP Tests">
|
|
<directory suffix="Test.php">tests</directory>
|
|
<file>Test.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
<php>
|
|
<ini name="display_errors" value="true"/>
|
|
</php>
|
|
</phpunit>
|