diff --git a/dev/tests/integration/testsuite/Magento/Csp/CspUtilTest.php b/dev/tests/integration/testsuite/Magento/Csp/CspUtilTest.php index 93d019f572e63..d961332ee6950 100644 --- a/dev/tests/integration/testsuite/Magento/Csp/CspUtilTest.php +++ b/dev/tests/integration/testsuite/Magento/Csp/CspUtilTest.php @@ -30,7 +30,7 @@ public function testPhtmlHelper(): void $content = $this->getResponse()->getContent(); $this->assertStringContainsString( - '', $content ); $this->assertStringContainsString("", $content); diff --git a/dev/tests/integration/testsuite/Magento/Csp/Helper/InlineUtilTest.php b/dev/tests/integration/testsuite/Magento/Csp/Helper/InlineUtilTest.php index 0f31f0beccda9..d272b398cd876 100644 --- a/dev/tests/integration/testsuite/Magento/Csp/Helper/InlineUtilTest.php +++ b/dev/tests/integration/testsuite/Magento/Csp/Helper/InlineUtilTest.php @@ -96,7 +96,7 @@ public function getTags(): array 'script', ['src' => 'http://magento.com/static/some-script.js'], null, - '', [new FetchPolicy('script-src', false, ['http://magento.com'])] ], 'inline-script' => [ @@ -209,7 +209,7 @@ public function getTags(): array 'iframe', ['src' => 'http://magento.com/some-page'], null, - '', [new FetchPolicy('frame-src', false, ['http://magento.com'])] ], 'remote-track' => [ @@ -230,21 +230,21 @@ public function getTags(): array 'video', ['src' => 'https://magento.com/static/video.mp4'], null, - '