We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2a0b1 commit 34a03e2Copy full SHA for 34a03e2
1 file changed
phpunit.xml.dist
@@ -17,7 +17,9 @@
17
<directory suffix="_test.php">./tests/functional/</directory>
18
</testsuite>
19
</testsuites>
20
- <source>
+ <source restrictDeprecations="true"
21
+ restrictNotices="true"
22
+ restrictWarnings="true">
23
<include>
24
<directory suffix=".php">./</directory>
25
</include>
0 commit comments