trypost/tests/Unit/ExampleTest.php
2026-01-14 22:13:44 -03:00

5 lines
No EOL
80 B
PHP

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