Skip to content

Commit

Permalink
removed redirect test
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Wagner committed Feb 20, 2018
1 parent f515039 commit 1d436c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Url/UrlUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1d436c4

Please sign in to comment.