2025-03-26 10:01:46 +07:00

6 lines
71 B
PHP

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