Skip to content

Commit 8446f7d

Browse files
committed
Remove getPackageAliases from TestCase
1 parent f580f60 commit 8446f7d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/TestCase.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,4 @@ protected function getPackageProviders($app)
2222
{
2323
return ['PPSpaces\RepositoryServiceProvider'];
2424
}
25-
26-
/**
27-
* Get package aliases. In a normal app environment these would be added to
28-
* the 'aliases' array in the config/app.php file. If your package exposes an
29-
* aliased facade, you should add the alias here, along with aliases for
30-
* facades upon which your package depends, e.g. Cartalyst/Sentry.
31-
*
32-
* @param \Illuminate\Foundation\Application $app
33-
*
34-
* @return array
35-
*/
36-
protected function getPackageAliases($app)
37-
{
38-
return [
39-
'PPSpaces' => 'PPSpaces\Facade'
40-
];
41-
}
4225
}

0 commit comments

Comments
 (0)