3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-30 04:14:17 +00:00

Remove old $tester variable and usused imports

This commit is contained in:
Marcus Moore
2023-03-07 17:04:46 -08:00
parent 43ff7261b2
commit dd9c00195b
16 changed files with 0 additions and 126 deletions

View File

@ -10,14 +10,8 @@ use App\Notifications\CheckoutAssetNotification;
use Illuminate\Support\Facades\Notification;
use Tests\TestCase;
class NotificationTest extends TestCase
{
/**
* @var \UnitTester
*/
protected $tester;
public function testAUserIsEmailedIfTheyCheckoutAnAssetWithEULA()
{
$admin = User::factory()->superuser()->create();