From 56a2a7f98ec012e2b250701358c17ef453db07e8 Mon Sep 17 00:00:00 2001 From: Sven Wittevrongel Date: Wed, 13 Jul 2016 09:31:07 +0100 Subject: [PATCH] StyleCI --- tests/Routing/RoutingUrlGeneratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Routing/RoutingUrlGeneratorTest.php b/tests/Routing/RoutingUrlGeneratorTest.php index 7f4a9ac25b65..1c84d3a41e96 100755 --- a/tests/Routing/RoutingUrlGeneratorTest.php +++ b/tests/Routing/RoutingUrlGeneratorTest.php @@ -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'); }));