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.
1 parent ad3b3e6 commit 2652f55Copy full SHA for 2652f55
composer.json
@@ -18,7 +18,7 @@
18
},
19
"autoload-dev": {
20
"psr-4": {
21
- "Tests\\": "tests/"
+ "Inertia\\Tests\\": "tests/"
22
}
23
24
"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