Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 59a5e78

Browse files
committed
Allow bundles without a vendor
1 parent 946ce90 commit 59a5e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<testsuite name="Project Test Suite">
1212
<directory>../src/*/*Bundle/Tests</directory>
1313
<directory>../src/*/Bundle/*Bundle/Tests</directory>
14+
<directory>../src/*Bundle/Tests</directory>
1415
</testsuite>
1516
</testsuites>
1617

0 commit comments

Comments
 (0)