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 370ab98 commit d093cc7Copy full SHA for d093cc7
dev/tests/integration/testsuite/Magento/GraphQl/Controller/HttpRequestValidator/HttpRequestValidator/HttpVerbValidatorTest.php renamed to dev/tests/integration/testsuite/Magento/GraphQl/Controller/HttpRequestValidator/HttpVerbValidatorTest.php
@@ -5,10 +5,9 @@
5
*/
6
declare(strict_types=1);
7
8
-namespace Magento\GraphQl\Controller\HttpRequestValidator\HttpRequestValidator;
+namespace Magento\GraphQl\Controller\HttpRequestValidator;
9
10
use Magento\Framework\App\HttpRequestInterface;
11
-use Magento\GraphQl\Controller\HttpRequestValidator\HttpVerbValidator;
12
use PHPUnit\Framework\MockObject\MockObject;
13
use PHPUnit\Framework\TestCase;
14
0 commit comments