Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit dd5f7e1

Browse files
author
Jamie Snape
committed
Fix version of PHPUnit configuration file schema
1 parent 693837d commit dd5f7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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="http://schema.phpunit.de/4.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
44
bootstrap="tests/TestsBootstrap.php"
55
colors="true">
66
<testsuites>

0 commit comments

Comments
 (0)