We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497ea02 commit 587d5faCopy full SHA for 587d5fa
tests/Message/AIMAbstractRequestTest.php
@@ -16,8 +16,8 @@ public function setUp()
16
$this->request = $this->getMockForAbstractClass(
17
'\Omnipay\AuthorizeNet\Message\AIMAbstractRequest',
18
array(
19
- $this->createMock('\Guzzle\Http\ClientInterface'),
20
- $this->createMock('\Symfony\Component\HttpFoundation\Request')
+ $this->getMock('\Guzzle\Http\ClientInterface'),
+ $this->getMock('\Symfony\Component\HttpFoundation\Request')
21
)
22
);
23
}
0 commit comments