Skip to content

Commit 587d5fa

Browse files
committed
Restored "createMock" back to deprecated "getMock". It worked for me, but not on Travis.
No time to argue with Travis, so it gets what works for it, for mow.
1 parent 497ea02 commit 587d5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Message/AIMAbstractRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public function setUp()
1616
$this->request = $this->getMockForAbstractClass(
1717
'\Omnipay\AuthorizeNet\Message\AIMAbstractRequest',
1818
array(
19-
$this->createMock('\Guzzle\Http\ClientInterface'),
20-
$this->createMock('\Symfony\Component\HttpFoundation\Request')
19+
$this->getMock('\Guzzle\Http\ClientInterface'),
20+
$this->getMock('\Symfony\Component\HttpFoundation\Request')
2121
)
2222
);
2323
}

0 commit comments

Comments
 (0)