diff --git a/src/Screens/Phpunit.php b/src/Screens/Phpunit.php index 02b8cd9..2f304c2 100644 --- a/src/Screens/Phpunit.php +++ b/src/Screens/Phpunit.php @@ -44,6 +44,7 @@ public function registerListeners() break; case 'g': $this->terminal->displayScreen(new FilterGroupName()); + break; case 's': $this->terminal->displayScreen(new FilterTestSuiteName()); break;