Skip to content

Commit

Permalink
Fixed ControllerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed Apr 10, 2019
1 parent ca4fa7b commit 7b74b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ControllerTest.php
Expand Up @@ -28,7 +28,6 @@ public function testBehaviorAttached()
public function testMenu()
{
$controller = $this->mockController();
$controller->run('menu');
$this->assertTrue($controller->run('menu-test'));
}

Expand Down

0 comments on commit 7b74b56

Please sign in to comment.