Files
project-replica/tests/Unit/ExampleTest.php
2026-03-23 00:51:38 +09:00

6 lines
81 B
PHP

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