From 4e6afd5afccdda19af4f2e0728b4911dc9811543 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 19 Feb 2018 20:32:44 +0100 Subject: [PATCH] Remove todo items [skip ci] --- tests/Api/V1/Controllers/TransactionControllerTest.php | 1 - tests/Unit/Transformers/TransactionTransformerTest.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/tests/Api/V1/Controllers/TransactionControllerTest.php b/tests/Api/V1/Controllers/TransactionControllerTest.php index b194e87c09..12a48908a5 100644 --- a/tests/Api/V1/Controllers/TransactionControllerTest.php +++ b/tests/Api/V1/Controllers/TransactionControllerTest.php @@ -1140,7 +1140,6 @@ class TransactionControllerTest extends TestCase /** * Submit a transaction (withdrawal) with attached bill ID - * TODO also test deposit / transfer (should be ignored). * * @covers \FireflyIII\Api\V1\Controllers\TransactionController::store * @covers \FireflyIII\Api\V1\Requests\TransactionRequest diff --git a/tests/Unit/Transformers/TransactionTransformerTest.php b/tests/Unit/Transformers/TransactionTransformerTest.php index 6aeab4d66b..6bcfca8633 100644 --- a/tests/Unit/Transformers/TransactionTransformerTest.php +++ b/tests/Unit/Transformers/TransactionTransformerTest.php @@ -40,9 +40,6 @@ use Symfony\Component\HttpFoundation\ParameterBag; use Tests\TestCase; /** - * todo: test foreign amount. - * todo: test transfer left, test transfer right. - * todo: test transaction description * Class TransactionTransformerTest */ class TransactionTransformerTest extends TestCase