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 131083c commit cc8b9ceCopy full SHA for cc8b9ce
dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/AbstractHeaderTestCase.php
@@ -8,6 +8,9 @@
8
use Magento\Framework\App\Response\Http as HttpResponse;
9
use Zend\Http\Header\HeaderInterface;
10
11
+/**
12
+ * Class AbstractHeaderTestCase
13
+ */
14
abstract class AbstractHeaderTestCase extends \Magento\TestFramework\TestCase\AbstractController
15
{
16
/** @var HttpResponse */
@@ -23,6 +26,7 @@ public function setUp()
23
26
[
24
27
'preferences' =>
25
28
29
+ // phpcs:ignore Magento2.PHP.LiteralNamespaces.LiteralClassUsage
30
HttpResponse::class => 'Magento\Framework\App\Response\Http\Interceptor'
31
]
32
0 commit comments