We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6bc9b commit 569608eCopy full SHA for 569608e
tests/Feature/Console/Commands/CurlCommandTest.php
@@ -2,10 +2,10 @@
2
3
namespace Tests\Feature\Console\Commands;
4
5
-use PHPUnit\Framework\Attributes\DataProvider;
6
-use PHPUnit\Framework\Attributes\Test;
7
use Illuminate\Support\Facades\Artisan;
8
use InvalidArgumentException;
+use PHPUnit\Framework\Attributes\DataProvider;
+use PHPUnit\Framework\Attributes\Test;
9
use Tests\TestCase;
10
11
final class CurlCommandTest extends TestCase
0 commit comments