Files
php-curl-class/tests/phpunit.xml
T
2023-02-17 19:31:41 -08:00

11 lines
303 B
XML

<phpunit bootstrap="../vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PHPCurlClass">
<directory suffix="Test.php">../tests/</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="E_ALL" />
</php>
</phpunit>