Revert "Define test classes as final"

This reverts commit 95516b0343.
This commit is contained in:
Marcus Moore
2024-08-06 13:31:17 -07:00
parent 82e795b642
commit 3e832e5e94
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;
final class NotificationTest extends TestCase
class NotificationTest extends TestCase
{
public function testAUserIsEmailedIfTheyCheckoutAnAssetWithEULA()
{