diff --git a/packages/framework/tests/Feature/Commands/DebugCommandTest.php b/packages/framework/tests/Feature/Commands/DebugCommandTest.php index e4e2bc5428d..9d0c72dce8d 100644 --- a/packages/framework/tests/Feature/Commands/DebugCommandTest.php +++ b/packages/framework/tests/Feature/Commands/DebugCommandTest.php @@ -67,6 +67,7 @@ public function testItPrintsPharDebugInformation() if (str_contains($message, 'Application binary path:')) { $wasCalled = true; } + return true; });