Skip to content

Commit 95858fb

Browse files
committed
Add exclude to phpunit config to exclude data folders in ./tests/Tools
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 57fc73f commit 95858fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
</testsuite>
3737
<testsuite name="Tools">
3838
<directory suffix=".php">./tests/Tools</directory>
39+
<exclude>./tests/Tools/templates/</exclude>
40+
<exclude>./tests/Tools/contexts/</exclude>
3941
</testsuite>
4042
</testsuites>
4143
<filter>

0 commit comments

Comments
 (0)