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:10.
* Generated by PHPUnit_SkeletonGenerator on 2016-11-26 at 07:52:20.
*/
class ControllerTest extends TestCase
{
@@ -19,7 +19,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::authorize
* @todo Implement testAuthorize().
* Implement testAuthorize().
*/
public function testAuthorize()
{
@@ -31,7 +31,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::authorizeForUser
* @todo Implement testAuthorizeForUser().
* Implement testAuthorizeForUser().
*/
public function testAuthorizeForUser()
{
@@ -43,7 +43,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::authorizeResource
* @todo Implement testAuthorizeResource().
* Implement testAuthorizeResource().
*/
public function testAuthorizeResource()
{
@@ -55,7 +55,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::dispatchNow
* @todo Implement testDispatchNow().
* Implement testDispatchNow().
*/
public function testDispatchNow()
{
@@ -67,7 +67,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::validate
* @todo Implement testValidate().
* Implement testValidate().
*/
public function testValidate()
{
@@ -79,7 +79,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::validateWith
* @todo Implement testValidateWith().
* Implement testValidateWith().
*/
public function testValidateWith()
{
@@ -91,7 +91,7 @@ class ControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Controller::validateWithBag
* @todo Implement testValidateWithBag().
* Implement testValidateWithBag().
*/
public function testValidateWithBag()
{