Skip to content

Commit

Permalink
[http-client] add http client as api to gateway.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jun 17, 2015
1 parent 4e42276 commit 8eaf8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OfflineGatewayFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function shouldAllowCreateGateway()

$this->assertInstanceOf('Payum\Core\Gateway', $gateway);

$this->assertAttributeEmpty('apis', $gateway);
$this->assertAttributeNotEmpty('apis', $gateway);
$this->assertAttributeNotEmpty('actions', $gateway);

$extensions = $this->readAttribute($gateway, 'extensions');
Expand Down

0 comments on commit 8eaf8cc

Please sign in to comment.