Skip to content

Commit 2a62567

Browse files
committed
Ignore indirect deprecations when running PHPUnit
1 parent 64e8f2d commit 2a62567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<coverage ignoreDeprecatedCodeUnits="true"/>
2121

22-
<source restrictDeprecations="true">
22+
<source ignoreIndirectDeprecations="true">
2323
<include>
2424
<directory>src/Firebase</directory>
2525
</include>

0 commit comments

Comments
 (0)