test-inertia-app/tests/Unit/ExampleTest.php
2025-11-07 13:36:00 -03:00

5 lines
No EOL
80 B
PHP

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