Define test classes as final

This commit is contained in:
Shift
2024-08-06 20:25:22 +00:00
parent 83fb6826ee
commit 95516b0343
106 changed files with 106 additions and 106 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use App\Notifications\CheckoutAssetNotification;
use Illuminate\Support\Facades\Notification;
use Tests\TestCase;
class NotificationTest extends TestCase
final class NotificationTest extends TestCase
{
public function testAUserIsEmailedIfTheyCheckoutAnAssetWithEULA(): void
{