diff --git a/tests/TestCase/Routing/Route/EntityRouteTest.php b/tests/TestCase/Routing/Route/EntityRouteTest.php index 79416d77adc..dce9173cfad 100644 --- a/tests/TestCase/Routing/Route/EntityRouteTest.php +++ b/tests/TestCase/Routing/Route/EntityRouteTest.php @@ -60,7 +60,8 @@ public function testMatchEntityObject() * * @return void */ - public function testMatchingArray() { + public function testMatchingArray() + { $entity = [ 'category_id' => 2, 'slug' => 'article-slug'