mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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;
|
use LazilyRefreshDatabase;
|
||||||
|
|
||||||
protected function _before()
|
|
||||||
{
|
|
||||||
Artisan::call('migrate');
|
|
||||||
Setting::factory()->create();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function signIn($user = null)
|
protected function signIn($user = null)
|
||||||
{
|
{
|
||||||
if (! $user) {
|
if (! $user) {
|
||||||
|
|
Loading…
Reference in a new issue