6 lines
86 B
PHP
6 lines
86 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
uses(PHPUnit\Framework\TestCase::class)->in('Unit');
|