Skip to content

Commit e57e7a2

Browse files
authored
ci: symfony 7.3 deprecations (#7192)
1 parent 99ce7f8 commit e57e7a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

phpunit.baseline.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0"?>
2+
<files version="1">
3+
<file path="vendor/symfony/property-info/Type.php">
4+
<line number="14" hash="4ae33c31826c25b82a796a6fec924f56f5dc32ac">
5+
<issue><![CDATA[Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.]]></issue>
6+
</line>
7+
</file>
8+
</files>

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<directory>./Tests/</directory>
99
</testsuite>
1010
</testsuites>
11-
<source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="false" >
11+
<source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="false" baseline="phpunit.baseline.xml">
1212
<deprecationTrigger>
1313
<function>trigger_deprecation</function>
1414
</deprecationTrigger>

0 commit comments

Comments
 (0)