Remove unused imports (#1102)

This commit is contained in:
Lance Pioch 2018-04-08 16:37:27 -04:00 committed by Dane Everitt
parent ceff5acb85
commit 88fd83d413
11 changed files with 3 additions and 13 deletions

View file

@ -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.
*/