Files
Naser Mansour ff83974f4a First commit
2025-12-20 20:26:03 +02:00

11 lines
142 B
PHP

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}