File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public function testGetRowsWithOneItemSelected() : void
192
192
$ menuStyle
193
193
->expects ($ this ->any ())
194
194
->method ('getMarker ' )
195
- ->willReturnMap ([[true , '= ' ], [false , '* ' ]]);
195
+ ->willReturnMap ([[true , '= ' ], [false , '* ' ]]);
196
196
197
197
$ item = new SplitItem (
198
198
[
@@ -241,7 +241,7 @@ public function testGetRowsWithMultipleLinesWithUnSelectedMarker() : void
241
241
->expects ($ this ->any ())
242
242
->method ('getMarker ' )
243
243
->with (false )
244
- ->will ($ this ->returnValue ('* ' ));
244
+ ->will ($ this ->returnValue ('* ' ));
245
245
246
246
$ item = new SplitItem (
247
247
[
@@ -273,7 +273,7 @@ public function testGetRowsWithMultipleLinesWithOneItemSelected() : void
273
273
$ menuStyle
274
274
->expects ($ this ->any ())
275
275
->method ('getMarker ' )
276
- ->willReturnMap ([[true , '= ' ], [false , '* ' ]]);
276
+ ->willReturnMap ([[true , '= ' ], [false , '* ' ]]);
277
277
278
278
$ item = new SplitItem (
279
279
[
You can’t perform that action at this time.
0 commit comments