diff --git a/src/console/PestController.php b/src/console/PestController.php index 49304ff..4e46c2a 100644 --- a/src/console/PestController.php +++ b/src/console/PestController.php @@ -52,6 +52,7 @@ public function options($actionID): array public function actionTest() { $this->runInit(); + return $this->runTests(); }