Passed
Push — master ( 655cff...5e9e3d )
by Maciej
08:01 queued 11s
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.