bindAPI/phpunit.xml

8 lines
251 B
XML
Raw Permalink Normal View History

2022-02-05 20:26:32 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="bindAPI Test Suite">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>