Files
libra/tests/Unit/ExampleTest.php
T
Naser Mansour ff83974f4a First commit
2025-12-20 20:26:03 +02:00

5 lines
80 B
PHP

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