Create phpunit.xml.dist

This commit is contained in:
Oliver Davies 2019-05-20 22:28:12 +01:00
parent b1fdd1b5f1
commit 8e7487c24e

View file

@ -9,6 +9,7 @@
<testsuites> <testsuites>
<testsuite name="Bundles"> <testsuite name="Bundles">
<directory suffix="Test.php">src/Speakers/tests</directory> <directory suffix="Test.php">src/Speakers/tests</directory>
<directory suffix="Test.php">src/Sponsors/tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>