thats-me/backend/tests/Unit/ExampleTest.php
2025-04-01 10:49:26 +02:00

5 lines
No EOL
80 B
PHP

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