Skip to content

Commit 747b3ad

Browse files
committed
chore: Revert Fail on Deprications
1 parent ddd7370 commit 747b3ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<phpunit colors="true" bootstrap="loader.php" failOnDeprecation="true" failOnNotice="true" failOnWarning="true">
2+
<phpunit colors="true" bootstrap="loader.php" failOnNotice="true" failOnWarning="true">
33
<php>
44
</php>
55
<filter>

tests/phpunit10.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="loader.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache" failOnDeprecation="true" failOnNotice="true" failOnWarning="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="loader.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache" failOnNotice="true" failOnWarning="true">
33
<coverage includeUncoveredFiles="true">
44
<report>
55
<clover outputFile="clover.xml" />

0 commit comments

Comments
 (0)