@@ -29,8 +29,8 @@ |
||
29 | 29 | public function getAccountCreateHandlerMock($sendRequestReturnValue) |
30 | 30 | { |
31 | 31 | $accountCreateHandler = $this->getMockBuilder('\MSlwk\FreshMail\Handler\Account\AccountCreateHandler') |
32 | - ->setConstructorArgs([new ErrorHandler(), '', '']) |
|
33 | - ->setMethods(['sendRequest']) |
|
32 | + ->setConstructorArgs([ new ErrorHandler(), '', '' ]) |
|
33 | + ->setMethods([ 'sendRequest' ]) |
|
34 | 34 | ->getMock(); |
35 | 35 | |
36 | 36 | $accountCreateHandler->expects($this->once()) |