Skip to content

Commit

Permalink
[paypal-pro-hosted] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Sep 16, 2016
1 parent fe90d41 commit b203699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Action/Api/CreateTransactionActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function throwIfNotSupportedRequestGivenAsArgumentForExecute()
* @test
*
* @expectedException \Payum\Core\Exception\LogicException
* @expectedExceptionMessage The parameter "Amount" must be set.
* @expectedExceptionMessage The amount, currency_code, reason, success_url, notification_url fields are required.
*/
public function throwIfAmountParameterIsNotSet()
{
Expand All @@ -77,7 +77,7 @@ public function throwIfAmountParameterIsNotSet()
* @test
*
* @expectedException \Payum\Core\Exception\LogicException
* @expectedExceptionMessage The parameter "currency_code" must be set.
* @expectedExceptionMessage The currency_code, reason, success_url, notification_url fields are required.
*/
public function throwIfCurrencyCodeParameterIsNotSet()
{
Expand All @@ -91,7 +91,7 @@ public function throwIfCurrencyCodeParameterIsNotSet()
* @test
*
* @expectedException \Payum\Core\Exception\LogicException
* @expectedExceptionMessage The parameter "reason" must be set.
* @expectedExceptionMessage The reason, success_url, notification_url fields are required.
*/
public function throwIfReasonParameterIsNotSet()
{
Expand Down

0 comments on commit b203699

Please sign in to comment.