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

Commit 4bbb548

Browse files
author
Antonio Mansilla
committed
Update phpunit configuration
Fix a problem since the bundle without vendor name directly inside the src directory are not going to be tested.
1 parent ddb06dd commit 4bbb548

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)