Skip to content

Commit

Permalink
Even the test app deserves some cs respect
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed May 23, 2017
1 parent bcf1ced commit cca6753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_app/TestApp/Controller/PostsController.php
Expand Up @@ -70,6 +70,7 @@ public function index($layout = 'default')
public function flashNoRender()
{
$this->Flash->error('An error message');

return $this->redirect(['action' => 'index']);
}

Expand Down

0 comments on commit cca6753

Please sign in to comment.