7 lines
102 B
PHP
7 lines
102 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Tests\TestCase;
|
|
|
|
pest()->extend(TestCase::class)->in('Feature');
|