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

Commit a953c0a

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: [Tests] Ignored the Resources and Tests directories for the new AppBundle
2 parents 6449b3a + 232b6a4 commit a953c0a

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)