@@ -42,7 +42,7 @@ |
||
42 | 42 | |
43 | 43 | $mock->expects($this->once()) |
44 | 44 | ->method('getOptions') |
45 | - ->will($this->returnValue(array_merge(['has_filter_form'=>false],$options))); |
|
45 | + ->will($this->returnValue(array_merge(['has_filter_form'=>false], $options))); |
|
46 | 46 | |
47 | 47 | return $mock; |
48 | 48 | } |