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

Commit 1d06b4a

Browse files
committed
feature #704 Allow bundles without a vendor in PHPunit configuration (WouterJ)
This PR was merged into the 2.6-dev branch. Discussion ---------- Allow bundles without a vendor in PHPunit configuration /cc @weaverryan Commits ------- 59a5e78 Allow bundles without a vendor
2 parents a70212f + 59a5e78 commit 1d06b4a

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)