goodsnotices/tests/Unit/ExampleTest.php
zhouchangcheng 05d3311506 init
2024-05-24 15:55:55 +08:00

17 lines
243 B
PHP
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);
}
}