Add FormatTalksBundle tests

This commit is contained in:
Oliver Davies 2017-11-01 17:24:23 +00:00
parent 73fb39cde5
commit a2a4528116
6 changed files with 1446 additions and 5 deletions

11
phpunit.xml.dist Normal file
View file

@ -0,0 +1,11 @@
<?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>