Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 49553dc

Browse files
committed
[Tests] Silenced all deprecations in tests for 2.3
1 parent 460c9c4 commit 49553dc

File tree

2 files changed

+4
-168
lines changed

2 files changed

+4
-168
lines changed

Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
colors="true"
77
bootstrap="vendor/autoload.php"
88
>
9+
<php>
10+
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
11+
<ini name="error_reporting" value="-16385"/>
12+
</php>
913
<testsuites>
1014
<testsuite name="Symfony Security Component Test Suite">
1115
<directory>./Tests/</directory>

0 commit comments

Comments
 (0)