mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove todo items [skip ci]
This commit is contained in:
parent
36354c3846
commit
4e6afd5afc
@ -1140,7 +1140,6 @@ class TransactionControllerTest extends TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit a transaction (withdrawal) with attached bill ID
|
* 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\Controllers\TransactionController::store
|
||||||
* @covers \FireflyIII\Api\V1\Requests\TransactionRequest
|
* @covers \FireflyIII\Api\V1\Requests\TransactionRequest
|
||||||
|
@ -40,9 +40,6 @@ use Symfony\Component\HttpFoundation\ParameterBag;
|
|||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* todo: test foreign amount.
|
|
||||||
* todo: test transfer left, test transfer right.
|
|
||||||
* todo: test transaction description
|
|
||||||
* Class TransactionTransformerTest
|
* Class TransactionTransformerTest
|
||||||
*/
|
*/
|
||||||
class TransactionTransformerTest extends TestCase
|
class TransactionTransformerTest extends TestCase
|
||||||
|
Loading…
Reference in New Issue
Block a user