Skip to content

Commit da8aff4

Browse files
authored
Add missing tests imports. (#39246)
1 parent ded0d50 commit da8aff4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/Bus/BusBatchTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Mockery as m;
2121
use PHPUnit\Framework\TestCase;
2222
use RuntimeException;
23+
use stdClass;
2324

2425
class BusBatchTest extends TestCase
2526
{

tests/Database/DatabaseMigrationMigrateCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Illuminate\Foundation\Application;
1010
use Mockery as m;
1111
use PHPUnit\Framework\TestCase;
12+
use stdClass;
1213
use Symfony\Component\Console\Input\ArrayInput;
1314
use Symfony\Component\Console\Output\NullOutput;
1415

tests/Integration/Events/ListenerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Illuminate\Tests\Integration\Events;
44

5+
use Illuminate\Database\DatabaseTransactionsManager;
56
use Illuminate\Support\Facades\Event;
67
use Mockery as m;
78
use Orchestra\Testbench\TestCase;

tests/Integration/Http/ResourceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Illuminate\Foundation\Http\Middleware\ValidatePostSize;
66
use Illuminate\Http\Exceptions\PostTooLargeException;
7+
use Illuminate\Http\Request;
78
use Illuminate\Http\Resources\ConditionallyLoadsAttributes;
89
use Illuminate\Http\Resources\Json\JsonResource;
910
use Illuminate\Http\Resources\MergeValue;

tests/Testing/Concerns/TestDatabasesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Illuminate\Tests\Testing\Concerns;
44

5+
use Illuminate\Config\Repository as Config;
56
use Illuminate\Container\Container;
67
use Illuminate\Support\Facades\DB;
78
use Illuminate\Testing\Concerns\TestDatabases;

0 commit comments

Comments
 (0)