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
428 B
Plaintext
Raw Normal View History

2018-05-09 23:20:53 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites>
2019-04-14 07:09:24 +00:00
<testsuite name="Talks">
2019-10-18 18:50:34 +00:00
<directory suffix="Test.php">app/tests</directory>
2018-05-09 23:20:53 +00:00
</testsuite>
</testsuites>
</phpunit>