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

Commit 70466d5

Browse files
Loïc Chardonnetfabpot
Loïc Chardonnet
authored andcommitted
Fixed PHPUnit doc URL
Any links to `www.phpunit.de` now redirects to the front page. Stripping `www.` off fixes the issue.
1 parent e5bbafe commit 70466d5

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)