Skip to content

Commit

Permalink
Removed unneeded docs and imports. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 5, 2018
1 parent 14845a8 commit 6c164f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/Model/Generated/Endpoint/PaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
use bunq\Model\Generated\Endpoint\Payment;
use bunq\Model\Generated\Endpoint\PaymentChat;
use bunq\Model\Generated\Object\Amount;
use bunq\Model\Generated\Object\Pointer;
use bunq\test\BunqSdkTestBase;
use bunq\test\Config;
use phpDocumentor\Reflection\Types\This;

/**
* Tests:
Expand Down Expand Up @@ -41,8 +38,6 @@ class PaymentTest extends BunqSdkTestBase

/**
* Test sending money to other sandbox user.
*
* This test has no assertion as of its testing to see if the code runs without errors.
*/
public function testSendMoneyToOtherUser()
{
Expand All @@ -59,8 +54,6 @@ public function testSendMoneyToOtherUser()

/**
* Test sending money to other monetaryAccount.
*
* This test has no assertion as of its testing to see if the code runs without errors.
*/
public function testSendMoneyToOtherMonetaryAccount(): BunqResponseInt
{
Expand Down

0 comments on commit 6c164f8

Please sign in to comment.