Some checks failed
CI / tests (push) Failing after 1m24s
Add phpunit.xml and tests/Pest.php for standalone test execution. Apply Laravel Pint formatting fixes across all source files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Orchestra\Testbench\TestCase;
|
|
|
|
uses(TestCase::class)->in('Feature', 'Unit');
|