الملفات
Tabeley-v0.0a/tests/TestCase.php
2026-02-16 01:57:33 +03:00

11 أسطر
142 B
PHP

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