8 lines
121 B
PHP
8 lines
121 B
PHP
<?php declare(strict_types=1);
|
|
|
|
test(
|
|
'example',
|
|
function (): void {
|
|
expect(true)->toBeTrue();
|
|
},
|
|
);
|