File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/internal/Magento/Framework/Filter/Test/Unit Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function varDirectiveDataProvider()
149
149
150
150
$ stub ->expects ($ this ->once ())
151
151
->method ('bar ' )
152
- ->will ($ this ->returnCallback (function ($ arg ) {
152
+ ->will ($ this ->returnCallback (function ($ arg ) {
153
153
return serialize ($ arg );
154
154
}));
155
155
@@ -177,7 +177,8 @@ public function varDirectiveDataProvider()
177
177
'b ' => 'bee ' ,
178
178
'd ' => 'dee ' ,
179
179
],
180
- 'a:3:{s:7:"param_1";s:7:"value_1";s:7:"param_2";s:5:"lorem";s:7:"param_3";a:2:{s:1:"a";s:3:"bee";s:1:"c";s:3:"dee";}} ' ,
180
+ 'a:3:{s:7:"param_1";s:7:"value_1";s:7:"param_2";s:5:"lorem";s:7:"param_3";a:2:{s:1:"a";s:3:"bee"; '
181
+ . 's:1:"c";s:3:"dee";}} ' ,
181
182
],
182
183
];
183
184
}
You can’t perform that action at this time.
0 commit comments