الملفات
Apartment-Booking-System/tests/TestCase.php
2025-11-25 17:18:30 +03:00

11 أسطر
142 B
PHP

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