adding laravel 12 Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/1
5 lines
No EOL
80 B
PHP
5 lines
No EOL
80 B
PHP
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBeTrue();
|
|
}); |