File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Meta/Conversion/Test/Unit/Block/Pixel Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ public function setUp(): void
98
98
$ this ->aamFieldsExtractorHelper = $ this ->createMock (
99
99
AAMFieldsExtractorHelper::class
100
100
);
101
+ $ this ->escaper = $ this ->createMock (Escaper::class);
101
102
102
103
$ this ->head =
103
104
new Head (
@@ -114,7 +115,6 @@ public function setUp(): void
114
115
115
116
/**
116
117
* Test if the json string returned by the Head block
117
- * is empty when the user is not logged in
118
118
*
119
119
* @return void
120
120
*/
@@ -128,7 +128,6 @@ public function testReturnEmptyJsonStringWhenUserIsNotLoggedIn()
128
128
129
129
/**
130
130
* Test if the json string returned by the Head block
131
- * is not empty when the user is logged in
132
131
*
133
132
* @return void
134
133
*/
You can’t perform that action at this time.
0 commit comments