Files
dockerfile.nyxtex.com/tests/Unit/ExampleTest.php
2026-04-23 15:24:40 +03:00

5 lines
80 B
PHP

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