Skip to content

Commit

Permalink
added missing break; Phpunit screen class (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncox authored and freekmurze committed May 15, 2018
1 parent 8fbfd79 commit 7b7db20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Screens/Phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function registerListeners()
break;
case 'g':
$this->terminal->displayScreen(new FilterGroupName());
break;
case 's':
$this->terminal->displayScreen(new FilterTestSuiteName());
break;
Expand Down

0 comments on commit 7b7db20

Please sign in to comment.