dstpabuaran.com/tests/Unit/ExampleTest.php
2026-07-28 17:40:38 +07:00

5 lines
80 B
PHP

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