Skip to content

Commit 2117cbd

Browse files
committed
Ignore vendor deprecations and noise [ci skip]
1 parent 92d3e57 commit 2117cbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<directory suffix="_test.php">./tests/functional/</directory>
1818
</testsuite>
1919
</testsuites>
20-
<source>
20+
<source restrictDeprecations="true"
21+
restrictNotices="true"
22+
restrictWarnings="true">
2123
<include>
2224
<directory suffix=".php">./</directory>
2325
</include>

0 commit comments

Comments
 (0)