mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: only exits of init
This commit is contained in:
@ -60,13 +60,13 @@ final class Init implements HandlesArguments
|
||||
|
||||
$this->init();
|
||||
|
||||
return array_values($arguments);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initializes the tests directory.
|
||||
*/
|
||||
private function init(): void
|
||||
public function init(): void
|
||||
{
|
||||
$testsBaseDir = "{$this->testSuite->rootPath}/tests";
|
||||
|
||||
@ -112,8 +112,6 @@ final class Init implements HandlesArguments
|
||||
View::render('components.new-line');
|
||||
|
||||
(new Thanks($this->input, $this->output))();
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user