Skip to content

Commit 594b93e

Browse files
committed
Exclude test views
1 parent 4cc6d1d commit 594b93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<testsuites>
1313
<testsuite name="Package Test Suite">
1414
<directory suffix=".php">./tests/</directory>
15+
<exclude>./tests/views/</exclude>
1516
</testsuite>
1617
</testsuites>
1718
</phpunit>

0 commit comments

Comments
 (0)