Skip to content

Commit 50ede29

Browse files
MCLOUD-13147: Upgraded the noNamespaceSchemaLocation for PHPUnit config files
1 parent f052c9c commit 50ede29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/10.5/phpunit.xsd"
55
colors="true"
66
columns="max"
77
bootstrap="../../bootstrap.php"

tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/10.5/phpunit.xsd"
55
colors="true"
66
columns="max"
7-
bootstrap="../../autoload.php"
7+
bootstrap="../../bootstrap.php"
88
beStrictAboutTestsThatDoNotTestAnything="false"
99
>
1010
<testsuites>

0 commit comments

Comments
 (0)