Skip to content

Commit 83472de

Browse files
committed
Fixed schema url in PHPUnit config.
1 parent 16ac42b commit 83472de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vortex/installer/tests/Fixtures/install/_baseline/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
displayDetailsOnPhpunitDeprecations="true"
2020
failOnPhpunitDeprecation="true"
2121
cacheResult="false"
22-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
22+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
2323
cacheDirectory=".phpunit.cache">
2424
<php>
2525
<!-- Set error reporting to E_ALL. -->

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
displayDetailsOnPhpunitDeprecations="true"
2020
failOnPhpunitDeprecation="true"
2121
cacheResult="false"
22-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
22+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
2323
cacheDirectory=".phpunit.cache">
2424
<php>
2525
<!-- Set error reporting to E_ALL. -->

0 commit comments

Comments
 (0)