diff --git a/phpunit.xml b/phpunit.xml index da4add30..d562be80 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ + + + + + diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..dbf20dac --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,30 @@ +make(Kernel::class))->bootstrap(); + +foreach ($commands as $command) { + $console->call($command); +}