Skip to content

Commit 102be8b

Browse files
authored
Merge pull request #33 from sylarbg/moveTestUnderInertiaNamespace
Move tests under main inertia namespace
2 parents fc36641 + 2652f55 commit 102be8b

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
@@ -21,7 +21,7 @@
2121
},
2222
"autoload-dev": {
2323
"psr-4": {
24-
"Tests\\": "tests/"
24+
"Inertia\\Tests\\": "tests/"
2525
}
2626
},
2727
"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)