Remove TODO annotations

This commit is contained in:
James Cole
2016-11-26 09:07:16 +01:00
parent 8c9f90f1b4
commit 62e41f1997
3 changed files with 0 additions and 10 deletions

View File

@@ -39,7 +39,6 @@ class AccountControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\AccountController::destroy
* @todo Implement testDestroy().
*/
public function testDestroy()
{
@@ -108,7 +107,6 @@ class AccountControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\AccountController::store
* @todo Implement testStore().
*/
public function testStore()
{
@@ -120,7 +118,6 @@ class AccountControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\AccountController::update
* @todo Implement testUpdate().
*/
public function testUpdate()
{