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>
|
2020-08-29 21:28:45 +00:00
|
|
|
<testsuite name="MariaDB">
|
|
|
|
<directory>tests/Drivers/MariaDB</directory>
|
|
|
|
</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>
|