Files
kulakpos_web/public/restaurant/stubs/nwidart-stubs/tests/unit.stub

17 lines
228 B
Plaintext
Raw Normal View History

2026-03-15 17:08:23 +07:00
<?php
namespace $NAMESPACE$;
use Tests\TestCase;
class $CLASS$ extends TestCase
{
/**
* A basic test example.
*/
public function test_that_true_is_true(): void
{
$this->assertTrue(true);
}
}