parsaaghayi-backend/tests/Unit/ExampleTest.php
parsa aghaei bd92c3e3fc initial
2024-09-25 13:05:18 +03:30

17 lines
243 B
PHP

<?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);
}
}