Files
ExpinBot/.svn/pristine/91/91a952d5ada8d3d11d059d9ad547e83f37785842.svn-base
T
2025-05-18 08:52:56 +07:00

17 lines
243 B
Plaintext
Executable File

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