This commit is contained in:
2023-03-03 09:30:01 +01:00
parent a60773a6a1
commit 7a06ea248e
85 changed files with 66 additions and 63 deletions

View File

@@ -1,10 +0,0 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}