Back | Home الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/./../../tests/Unit الملفات الموجودة في هذا الـ Path: . .. ExampleTest.php
مشاهدة ملف: ExampleTest.php
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_that_true_is_true()
{
$this->assertTrue(true);
}
}