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

6 lines
81 B
Plaintext

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