Skip to content

Commit 2652f55

Browse files
committed
Move tests under main inertia namespace
1 parent ad3b3e6 commit 2652f55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"autoload-dev": {
2020
"psr-4": {
21-
"Tests\\": "tests/"
21+
"Inertia\\Tests\\": "tests/"
2222
}
2323
},
2424
"require-dev": {

tests/ResponseTest.php

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

3-
namespace Tests;
3+
namespace Inertia\Tests;
44

55
use Inertia\Response;
66
use Illuminate\View\View;

tests/TestCase.php

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

3-
namespace Tests;
3+
namespace Inertia\Tests;
44

55
use Illuminate\Support\Facades\View;
66
use Orchestra\Testbench\TestCase as Orchestra;

0 commit comments

Comments
 (0)