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

Commit 232b6a4

Browse files
committed
bug #756 [Tests] Ignored the Resources and Tests directories for the new AppBundle (saro0h)
This PR was merged into the 2.3 branch. Discussion ---------- [Tests] Ignored the Resources and Tests directories for the new AppBundle Commits ------- 876ebcd [Tests] Ignored the Resources and Tests directories for the new AppBundle
2 parents b607508 + 876ebcd commit 232b6a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<whitelist>
2525
<directory>../src</directory>
2626
<exclude>
27+
<directory>../src/*Bundle/Resources</directory>
28+
<directory>../src/*Bundle/Tests</directory>
2729
<directory>../src/*/*Bundle/Resources</directory>
2830
<directory>../src/*/*Bundle/Tests</directory>
2931
<directory>../src/*/Bundle/*Bundle/Resources</directory>

0 commit comments

Comments
 (0)