Skip to content

Commit cc8b9ce

Browse files
committed
MC-30295: Some integration tests failed because of the new version of zendframework/zend-http
1 parent 131083c commit cc8b9ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/App/Response/HeaderProvider/AbstractHeaderTestCase.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Framework\App\Response\Http as HttpResponse;
99
use Zend\Http\Header\HeaderInterface;
1010

11+
/**
12+
* Class AbstractHeaderTestCase
13+
*/
1114
abstract class AbstractHeaderTestCase extends \Magento\TestFramework\TestCase\AbstractController
1215
{
1316
/** @var HttpResponse */
@@ -23,6 +26,7 @@ public function setUp()
2326
[
2427
'preferences' =>
2528
[
29+
// phpcs:ignore Magento2.PHP.LiteralNamespaces.LiteralClassUsage
2630
HttpResponse::class => 'Magento\Framework\App\Response\Http\Interceptor'
2731
]
2832
]

0 commit comments

Comments
 (0)