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

14 lines
426 B
Plaintext
Raw Normal View History

2017-11-01 17:24:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2017-11-03 12:09:04 +00:00
<phpunit bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
2017-11-01 17:24:23 +00:00
<testsuites>
<testsuite name="Bundles">
2017-11-07 13:06:47 +00:00
<directory suffix="Test.php">tests</directory>
2017-11-01 17:24:23 +00:00
</testsuite>
</testsuites>
</phpunit>