We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec0f1b commit 3f3d19dCopy full SHA for 3f3d19d
phpunit.xml
@@ -23,7 +23,8 @@
23
<env name="GUIDED_IMAGE_MODEL" value="GuidedImage"/>
24
</php>
25
<logging/>
26
- <source>
+ <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
27
+ <!-- https://docs.phpunit.de/en/11.5/error-handling.html#limiting-issues-to-your-code-->
28
<include>
29
<directory suffix=".php">src</directory>
30
</include>
0 commit comments