Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
15
2019/phpunit.xml.dist
Normal file
15
2019/phpunit.xml.dist
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="./vendor/autoload.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
stopOnFailure="true"
|
||||
verbose="true">
|
||||
<testsuites>
|
||||
<testsuite name="Bundles">
|
||||
<directory suffix="Test.php">src/Speakers/tests</directory>
|
||||
<directory suffix="Test.php">src/Sponsors/tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Reference in a new issue