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.
2 parents fc36641 + 2652f55 commit 102be8bCopy full SHA for 102be8b
composer.json
@@ -21,7 +21,7 @@
21
},
22
"autoload-dev": {
23
"psr-4": {
24
- "Tests\\": "tests/"
+ "Inertia\\Tests\\": "tests/"
25
}
26
27
"require-dev": {
tests/ResponseTest.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace Tests;
+namespace Inertia\Tests;
4
5
use Inertia\Response;
6
use Illuminate\View\View;
tests/TestCase.php
use Illuminate\Support\Facades\View;
use Orchestra\Testbench\TestCase as Orchestra;
0 commit comments