improv
This commit is contained in:
parent
66c4c1fe4f
commit
2c2e34b71e
42 changed files with 910 additions and 939 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
test('example', function () {
|
||||
declare(strict_types=1);
|
||||
|
||||
test('example', function (): void {
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue