diff --git a/tests/TestCase.php b/tests/TestCase.php index 3181256..f2baed7 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -137,7 +137,7 @@ protected function composerReload() ->setTimeout(null) ->run(function ($type, $output) {}); - return $this; + return $this; } protected function cleanSlate()