Skip to content

Commit e473bf6

Browse files
committed
Update PHPUnit schema.
1 parent 695faae commit e473bf6

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

src/Tempest/Reflection/phpunit.xml

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4-
bootstrap="vendor/autoload.php"
5-
executionOrder="depends,defects"
6-
beStrictAboutOutputDuringTests="true"
7-
displayDetailsOnPhpunitDeprecations="true"
8-
failOnPhpunitDeprecation="true"
9-
failOnRisky="true"
10-
failOnWarning="true">
11-
<testsuites>
12-
<testsuite name="Tempest Reflection">
13-
<directory>tests</directory>
14-
</testsuite>
15-
</testsuites>
16-
17-
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
18-
<include>
19-
<directory>src</directory>
20-
</include>
21-
</source>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd" bootstrap="vendor/autoload.php" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" displayDetailsOnPhpunitDeprecations="true" failOnPhpunitDeprecation="true" failOnRisky="true" failOnWarning="true">
3+
<testsuites>
4+
<testsuite name="Tempest Reflection">
5+
<directory>tests</directory>
6+
</testsuite>
7+
</testsuites>
8+
<source restrictNotices="true" restrictWarnings="true" ignoreIndirectDeprecations="true">
9+
<include>
10+
<directory>src</directory>
11+
</include>
12+
</source>
2213
</phpunit>

0 commit comments

Comments
 (0)