Passed
Push — master ( a59208...655cff )
by Maciej
06:01 queued 12s
created
tests/Account/AccountCreateHandlerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
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())
Please login to merge, or discard this patch.