saufen/tests/Unit/ExampleTest.php
2025-06-08 21:22:26 +02:00

5 lines
71 B
PHP

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