ramadanproject/tests/Unit/ExampleTest.php
2026-01-03 01:36:51 +01:00

5 lines
80 B
PHP

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