mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
10 lines
346 B
XML
10 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="postgresql">
|
|
<directory>tests</directory>
|
|
<directory>vendor/silverstripe/framework/tests/php</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|