destructr/phpunit.xml

11 lines
276 B
XML
Raw Normal View History

2018-08-17 17:32:10 +00:00
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
2018-09-14 18:17:54 +00:00
<testsuite name="MySQL">
<directory>tests/Drivers/MySQL</directory>
2018-08-17 17:32:10 +00:00
</testsuite>
2018-09-14 18:04:28 +00:00
<testsuite name="SQLite">
2020-08-27 17:42:11 +00:00
<directory>tests/Drivers/SQLite</directory>
2018-08-17 17:32:10 +00:00
</testsuite>
</testsuites>
</phpunit>