هذا الالتزام موجود في:
Osama
2025-11-25 17:18:30 +03:00
التزام 35b86f1779
59 ملفات معدلة مع 10904 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,16 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function test_that_true_is_true(): void
{
$this->assertTrue(true);
}
}