mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -08:00
Remove unused method
This commit is contained in:
parent
ddcb8d8dd9
commit
a3c8c3757a
|
@ -15,12 +15,6 @@ abstract class BaseTest extends TestCase
|
|||
{
|
||||
use LazilyRefreshDatabase;
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
Artisan::call('migrate');
|
||||
Setting::factory()->create();
|
||||
}
|
||||
|
||||
protected function signIn($user = null)
|
||||
{
|
||||
if (! $user) {
|
||||
|
|
Loading…
Reference in a new issue