Skip to content

Commit

Permalink
Cleaning the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Apr 21, 2019
1 parent 3e70aa7 commit ed74dea
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -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.
*

0 comments on commit ed74dea

Please sign in to comment.