parent
bf7ac2668e
commit
55951419d0
17 changed files with 4501 additions and 0 deletions
8
tests/Feature/ExampleTest.php
Normal file
8
tests/Feature/ExampleTest.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
test(
|
||||
'example',
|
||||
function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
},
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue