We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4ad5f commit c4a17b4Copy full SHA for c4a17b4
Tests/Matcher/Dumper/PhpMatcherDumperTest.php
@@ -75,7 +75,7 @@ public function testRedirectPreservesUrlEncoding()
75
->setMethods(array('redirect'))
76
->setConstructorArgs(array(new RequestContext()))
77
->getMock();
78
-
+
79
$matcher->expects($this->once())->method('redirect')->with('/foo%3Abar/', 'foo');
80
81
$matcher->match('/foo%3Abar');
0 commit comments