destructr/phpunit.xml

10 lines
276 B
XML

<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="MySQL">
<directory>tests/Drivers/MySQL</directory>
</testsuite>
<testsuite name="SQLite">
<directory>tests/Drivers/SQLite</directory>
</testsuite>
</testsuites>
</phpunit>