Move Talks bundle

This commit is contained in:
Oliver Davies 2019-04-14 08:09:24 +01:00
parent ac6f42095a
commit bfccea0312
9 changed files with 11 additions and 13 deletions

View file

@ -6,8 +6,8 @@
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites>
<testsuite name="Bundles">
<directory suffix="Test.php">tests</directory>
<testsuite name="Talks">
<directory suffix="Test.php">src/Talks/tests</directory>
</testsuite>
</testsuites>
</phpunit>