lms/vendor/pestphp/pest/stubs/init/Feature/ExampleTest.php.stub
2025-12-15 12:26:23 +01:00

6 lines
71 B
Plaintext

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