Remove unused imports (#1102)
This commit is contained in:
parent
ceff5acb85
commit
88fd83d413
11 changed files with 3 additions and 13 deletions
|
@ -10,14 +10,14 @@ $app = require __DIR__ . '/app.php';
|
|||
/** @var \Pterodactyl\Console\Kernel $kernel */
|
||||
$kernel = $app->make(Kernel::class);
|
||||
|
||||
/**
|
||||
/*
|
||||
* Bootstrap the kernel and prepare application for testing.
|
||||
*/
|
||||
$kernel->bootstrap();
|
||||
|
||||
$output = new ConsoleOutput;
|
||||
|
||||
/**
|
||||
/*
|
||||
* Perform database migrations and reseeding before continuing with
|
||||
* running the tests.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue