Skip to content

Commit 3cb8301

Browse files
Merge branch '3.3' into 3.4
* 3.3: Fail as early and noisily as possible [FrameworkBundle] Fix visibility of a test helper [link] clear the cache after linking [link] Prevent warnings when running link with 2.7 [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message do not eagerly filter comment lines [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
2 parents 2bfc9bb + d1380de commit 3cb8301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/RedirectControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private function createLegacyRedirectController($httpPort = null, $httpsPort = n
314314
return $controller;
315315
}
316316

317-
public function assertRedirectUrl(Response $returnResponse, $expectedUrl)
317+
private function assertRedirectUrl(Response $returnResponse, $expectedUrl)
318318
{
319319
$this->assertTrue($returnResponse->isRedirect($expectedUrl), "Expected: $expectedUrl\nGot: ".$returnResponse->headers->get('Location'));
320320
}

0 commit comments

Comments
 (0)