Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Jun 7, 2017
1 parent e247181 commit dce29f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Action/Api/CreateTransactionActionTest.php
Expand Up @@ -78,7 +78,7 @@ public function testExecuteCVS()
]));

$action->setApi(
$api = m::mock('PayumTW\Ecpay\Api')
$api = m::mock('PayumTW\Ecpay\EcpayLogisticsApi')
);

$api->shouldReceive('createCvsMapTransaction')->once()->with((array) $request->getModel())->andReturn($result = ['foo' => 'bar']);
Expand Down

0 comments on commit dce29f2

Please sign in to comment.