From 1d436c48e5d509d45f61a6c19077388a6c75546e Mon Sep 17 00:00:00 2001 From: Konstantin Wagner Date: Tue, 20 Feb 2018 14:27:52 +0100 Subject: [PATCH] removed redirect test --- tests/Url/UrlUtilTest.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Url/UrlUtilTest.php b/tests/Url/UrlUtilTest.php index 1f4cba57..a7f1252c 100644 --- a/tests/Url/UrlUtilTest.php +++ b/tests/Url/UrlUtilTest.php @@ -143,12 +143,6 @@ public function testPrepareUrl() $this->assertSame('www.localhost.de/page?answer=12', $url); } - public function testRedirect() - { - $urlUtil = new UrlUtil($this->mockContaoFramework()); - $urlUtil->redirect('www.google.de'); - } - public function createRequestStackMock() { $requestStack = new RequestStack();