Skip to content

Commit c002a38

Browse files
committed
Test file updates
1 parent a128469 commit c002a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
backupGlobals="true"
55
backupStaticAttributes="false"
66
colors="true"

skeleton/phpunit.xml.dist.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% else %}
4646
<?xml version="1.0" encoding="UTF-8"?>
4747
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
48+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4949
backupGlobals="true"
5050
backupStaticAttributes="false"
5151
colors="true"

0 commit comments

Comments
 (0)