Skip to content

Commit 53d296a

Browse files
committed
Drop ignoreIndirectDeprecations amd other attributes in order for schema to validate across wider version range
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 021c219 commit 53d296a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
cacheDirectory=".phpunit.cache"
7-
failOnAllIssues="true"
8-
displayDetailsOnAllIssues="true"
97
>
108
<coverage/>
119
<testsuites>
1210
<testsuite name="laminas-container-config-test">
1311
<directory>./test</directory>
1412
</testsuite>
1513
</testsuites>
16-
<source ignoreIndirectDeprecations="true">
14+
<source>
1715
<include>
1816
<directory suffix=".php">./src</directory>
1917
</include>

0 commit comments

Comments
 (0)