Add FormatTalksBundle tests
This commit is contained in:
parent
73fb39cde5
commit
a2a4528116
6 changed files with 1446 additions and 5 deletions
11
phpunit.xml.dist
Normal file
11
phpunit.xml.dist
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue