mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Remove todo annotations.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user