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

Commit b2d2463

Browse files
committed
bug #866 Update phpunit configuration (amansilla)
This PR was merged into the 2.3 branch. Discussion ---------- Update phpunit configuration | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.3 | Fixed tickets | #865 Fix a problem since the bundle without vendor name directly inside the src directory are not going to be tested. Commits ------- 4bbb548 Update phpunit configuration
2 parents ddb06dd + 4bbb548 commit b2d2463

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)