Skip to content

Commit 8580a39

Browse files
committed
Address Failed HeadTest
1 parent f3ad7df commit 8580a39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Meta/Conversion/Test/Unit/Block/Pixel/HeadTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function setUp(): void
9898
$this->aamFieldsExtractorHelper = $this->createMock(
9999
AAMFieldsExtractorHelper::class
100100
);
101+
$this->escaper = $this->createMock(Escaper::class);
101102

102103
$this->head =
103104
new Head(
@@ -114,7 +115,6 @@ public function setUp(): void
114115

115116
/**
116117
* Test if the json string returned by the Head block
117-
* is empty when the user is not logged in
118118
*
119119
* @return void
120120
*/
@@ -128,7 +128,6 @@ public function testReturnEmptyJsonStringWhenUserIsNotLoggedIn()
128128

129129
/**
130130
* Test if the json string returned by the Head block
131-
* is not empty when the user is logged in
132131
*
133132
* @return void
134133
*/

0 commit comments

Comments
 (0)