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