diff --git a/tests/TestCase.php b/tests/TestCase.php index 61dcfca..6b8d206 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -36,20 +36,6 @@ protected function getPackageProviders($app) ]; } - /** - * Get package aliases. - * - * @param \Illuminate\Foundation\Application $app - * - * @return array - */ - protected function getPackageAliases($app) - { - return [ - 'Markdown' => \Arcanedev\LaravelMarkdown\Facades\Markdown::class, - ]; - } - /** * Define environment setup. *