Skip to content

Commit a6216bc

Browse files
committed
optimize
1 parent 7b33ee8 commit a6216bc

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

tests/Feature/ActionMonitoringControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
use Binafy\LaravelUserMonitoring\Models\ActionMonitoring;
43
use Illuminate\Foundation\Testing\RefreshDatabase;
54
use Tests\SetUp\Models\Product;
65
use function Pest\Laravel\{assertDatabaseCount, delete, get};

tests/Feature/ActionMonitoringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
use Binafy\LaravelUserMonitoring\Utills\ActionType;
43
use Binafy\LaravelUserMonitoring\Models\ActionMonitoring;
4+
use Binafy\LaravelUserMonitoring\Utills\ActionType;
55
use Illuminate\Foundation\Testing\RefreshDatabase;
66
use Tests\SetUp\Models\Product;
77
use function Pest\Laravel\{assertDatabaseCount, assertDatabaseHas};

tests/Feature/AuthenticationMonitoringControllerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22

3-
use Binafy\LaravelUserMonitoring\Models\ActionMonitoring;
43
use Illuminate\Foundation\Testing\RefreshDatabase;
5-
use Tests\SetUp\Models\Product;
64
use function Pest\Laravel\{assertDatabaseCount, delete, get};
75

86
/*

tests/Feature/VisitMonitoringControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
use Binafy\LaravelUserMonitoring\Models\VisitMonitoring;
43
use Illuminate\Foundation\Testing\RefreshDatabase;
54
use function Pest\Laravel\{assertDatabaseCount, assertDatabaseMissing, delete, get};
65

0 commit comments

Comments
 (0)