Skip to content

Commit

Permalink
Removed field in test. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 5, 2018
1 parent b58b027 commit 35ed11a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/Model/Generated/Endpoint/PaymentTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
namespace bunq\test\Model\Generated\Endpoint;

use bunq\Model\Generated\Endpoint\BunqResponseInt;
use bunq\Model\Generated\Endpoint\ChatMessageText;
use bunq\Model\Generated\Endpoint\Payment;
use bunq\Model\Generated\Endpoint\PaymentChat;
Expand Down Expand Up @@ -38,11 +39,6 @@ class PaymentTest extends BunqSdkTestBase
*/
const PAYMENT_CHAT_TEXT_MESSAGE = 'send from PHP test';

/**
* @var int
*/
private $paymentId;

/**
* Test sending money to other sandbox user.
*
Expand All @@ -68,7 +64,7 @@ public function testSendMoneyToOtherMonetaryAccount()
{
$this->skipTestIfNeededDueToInsufficientBalance();

$this->paymentId = Payment::create(
$paymentId = Payment::create(
new Amount(self::PAYMENT_AMOUNT_IN_EUR, self::PAYMENT_CURRENCY),
$this->getSecondMonetaryAccountAlias(),
self::PAYMENT_DESCRIPTION
Expand Down

0 comments on commit 35ed11a

Please sign in to comment.