In the path_redirect.test file you have this

$redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/example');

Iana have changed there url so its not as above

So when the test runs in order for it to pass it needs to be

$redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/special');

I have attached a diff for this.

CommentFileSizeAuthor
5652_5651.diff647 bytesRace.it