الملفات
RentHub/tests/TestCase.php
2025-11-30 03:49:37 +03:00

11 أسطر
142 B
PHP

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