We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1e60b commit f3dd5cdCopy full SHA for f3dd5cd
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