siakad-itm/tests/Unit/ExampleTest.php
Yoga Pangestu e870a155fa
Some checks failed
tests / ci (pull_request) Has been cancelled
initial commit
2026-07-29 17:46:01 +07:00

5 lines
80 B
PHP

<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});