Remove todo annotations.

This commit is contained in:
James Cole
2016-11-26 08:55:26 +01:00
parent 7efaf51595
commit 1453a78e49
48 changed files with 293 additions and 291 deletions

View File

@@ -2,7 +2,7 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:12.
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:21.
*/
class JsonControllerTest extends TestCase
{
@@ -19,7 +19,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::action
* @todo Implement testAction().
* Implement testAction().
*/
public function testAction()
{
@@ -31,7 +31,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsPaid
* @todo Implement testBoxBillsPaid().
* Implement testBoxBillsPaid().
*/
public function testBoxBillsPaid()
{
@@ -43,7 +43,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
* @todo Implement testBoxBillsUnpaid().
* Implement testBoxBillsUnpaid().
*/
public function testBoxBillsUnpaid()
{
@@ -55,7 +55,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxIn
* @todo Implement testBoxIn().
* Implement testBoxIn().
*/
public function testBoxIn()
{
@@ -67,7 +67,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::boxOut
* @todo Implement testBoxOut().
* Implement testBoxOut().
*/
public function testBoxOut()
{
@@ -79,7 +79,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::categories
* @todo Implement testCategories().
* Implement testCategories().
*/
public function testCategories()
{
@@ -91,7 +91,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::endTour
* @todo Implement testEndTour().
* Implement testEndTour().
*/
public function testEndTour()
{
@@ -103,7 +103,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::expenseAccounts
* @todo Implement testExpenseAccounts().
* Implement testExpenseAccounts().
*/
public function testExpenseAccounts()
{
@@ -115,7 +115,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::revenueAccounts
* @todo Implement testRevenueAccounts().
* Implement testRevenueAccounts().
*/
public function testRevenueAccounts()
{
@@ -127,7 +127,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::tags
* @todo Implement testTags().
* Implement testTags().
*/
public function testTags()
{
@@ -139,7 +139,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::tour
* @todo Implement testTour().
* Implement testTour().
*/
public function testTour()
{
@@ -151,7 +151,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::transactionJournals
* @todo Implement testTransactionJournals().
* Implement testTransactionJournals().
*/
public function testTransactionJournals()
{
@@ -163,7 +163,7 @@ class JsonControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\JsonController::trigger
* @todo Implement testTrigger().
* Implement testTrigger().
*/
public function testTrigger()
{