Skip to content

Commit

Permalink
Fixing duplicate var assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Oct 8, 2017
1 parent 2dad201 commit e15bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Routing/Route/EntityRouteTest.php
Expand Up @@ -63,7 +63,7 @@ public function testMatchBasic()
*/
public function testInvalidEntityValueException()
{
$route = $route = new EntityRoute('/', [
$route = new EntityRoute('/', [
'_name' => 'articlesView',
'_entity' => 'Something else'
]);
Expand Down

0 comments on commit e15bfc2

Please sign in to comment.