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

Commit 16f4c18

Browse files
committed
minor #623 Fixed PHPUnit doc URL (gnugat)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #623). Discussion ---------- Fixed PHPUnit doc URL Any links to `www.phpunit.de` now redirects to the front page. Stripping `www.` off fixes the issue. Commits ------- e958959 Fixed PHPUnit doc URL
2 parents e5bbafe + 70466d5 commit 16f4c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/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

3-
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
3+
<!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit
55
backupGlobals = "false"
66
backupStaticAttributes = "false"

0 commit comments

Comments
 (0)