Skip to content

Commit 3f3d19d

Browse files
committed
phpunit ignoreIndirectDeprecations
1 parent 5ec0f1b commit 3f3d19d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<env name="GUIDED_IMAGE_MODEL" value="GuidedImage"/>
2424
</php>
2525
<logging/>
26-
<source>
26+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
27+
<!-- https://docs.phpunit.de/en/11.5/error-handling.html#limiting-issues-to-your-code-->
2728
<include>
2829
<directory suffix=".php">src</directory>
2930
</include>

0 commit comments

Comments
 (0)