Skip to content

Commit 5ea6689

Browse files
authored
Fix errored namespaces. (#40752)
1 parent cb1b918 commit 5ea6689

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/Foundation/Http/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Http;
3+
namespace Illuminate\Tests\Foundation\Http;
44

55
use Illuminate\Events\Dispatcher;
66
use Illuminate\Foundation\Application;

tests/Foundation/Http/Middleware/ConvertEmptyStringsToNullTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Http\Middleware;
3+
namespace Illuminate\Tests\Foundation\Http\Middleware;
44

55
use Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull;
66
use Illuminate\Http\Request;

tests/Foundation/Http/Middleware/TransformsRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Http\Middleware;
3+
namespace Illuminate\Tests\Foundation\Http\Middleware;
44

55
use Illuminate\Foundation\Http\Middleware\TransformsRequest;
66
use Illuminate\Http\Request;

tests/Foundation/Http/Middleware/TrimStringsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Http\Middleware;
3+
namespace Illuminate\Tests\Foundation\Http\Middleware;
44

55
use Illuminate\Foundation\Http\Middleware\TrimStrings;
66
use Illuminate\Http\Request;

tests/Foundation/Testing/Concerns/InteractsWithContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Testing\Concerns;
3+
namespace Illuminate\Tests\Foundation\Testing\Concerns;
44

55
use Illuminate\Foundation\Mix;
66
use Orchestra\Testbench\TestCase;

tests/Foundation/Testing/Concerns/InteractsWithViewsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Testing\Concerns;
3+
namespace Illuminate\Tests\Foundation\Testing\Concerns;
44

55
use Illuminate\Foundation\Testing\Concerns\InteractsWithViews;
66
use Illuminate\View\Component;

tests/Foundation/Testing/Concerns/MakesHttpRequestsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Testing\Concerns;
3+
namespace Illuminate\Tests\Foundation\Testing\Concerns;
44

55
use Illuminate\Contracts\Routing\Registrar;
66
use Illuminate\Contracts\Routing\UrlGenerator;

tests/Foundation/Testing/WormholeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Illuminate\Tests\Foundation\Bootstrap\Testing;
3+
namespace Illuminate\Tests\Foundation\Testing;
44

55
use Carbon\CarbonImmutable;
66
use Illuminate\Foundation\Testing\Wormhole;

0 commit comments

Comments
 (0)