@@ -240,18 +240,18 @@ |
||
240 | 240 | |
241 | 241 | if ($name !== null) { |
242 | 242 | $config->expects($this->any()) |
243 | - ->method('getName') |
|
244 | - ->will($this->returnValue($name)); |
|
243 | + ->method('getName') |
|
244 | + ->will($this->returnValue($name)); |
|
245 | 245 | } |
246 | 246 | if ($class !== null) { |
247 | 247 | $config->expects($this->any()) |
248 | - ->method('getClass') |
|
249 | - ->will($this->returnValue($class)); |
|
248 | + ->method('getClass') |
|
249 | + ->will($this->returnValue($class)); |
|
250 | 250 | } |
251 | 251 | if ($options !== array()) { |
252 | 252 | $config->expects($this->any()) |
253 | - ->method('getOptions') |
|
254 | - ->will($this->returnValue($options)); |
|
253 | + ->method('getOptions') |
|
254 | + ->will($this->returnValue($options)); |
|
255 | 255 | } |
256 | 256 | |
257 | 257 | return $config; |