Files
cv-roberto/tests/Unit/ExampleTest.php
Roberto Guagliardo b324c030f4 Initial commit
2025-06-19 02:02:04 +02:00

6 lines
81 B
PHP

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