This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/phpunit.xml.dist

12 lines
275 B
Plaintext
Raw Normal View History

2017-11-01 17:24:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
stopOnFailure="true"
bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Bundles">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>