Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Jul 13, 2016
1 parent 0828023 commit 56a2a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Routing/RoutingUrlGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function testPrevious()

$url->getRequest()->headers->remove('referer');
$this->assertEquals($url->to('/'), $url->previous());

$this->assertEquals($url->to('/foo'), $url->previous(function () use ($url) {
return $url->to('/foo');
}));
Expand Down

0 comments on commit 56a2a7f

Please sign in to comment.