mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: adds laravel stubs
This commit is contained in:
5
stubs/init-laravel/Unit/ExampleTest.php
Normal file
5
stubs/init-laravel/Unit/ExampleTest.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
test('that true is true', function () {
|
||||
expect(true)->toBeTrue(true);
|
||||
});
|
||||
Reference in New Issue
Block a user