Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 66fa675

Browse files
committed
minor #957 [app] updated PHPUnit configuration according to the current supported PHPUnit version. (hhamon)
This PR was merged into the 2.3 branch. Discussion ---------- [app] updated PHPUnit configuration according to the current supported PHPUnit version. Is it valid that we "support" PHPUnit 4.1 or shall we update to the latest supported version? Commits ------- 76cdc21 [app] updated PHPUnit configuration according to the current supported PHPUnit version.
2 parents cdc7ed7 + 76cdc21 commit 66fa675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/phpunit.xml.dist

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

3-
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
3+
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="bootstrap.php.cache"

0 commit comments

Comments
 (0)