Update tests.

This commit is contained in:
James Cole
2016-12-07 19:53:41 +01:00
parent db1a60b6df
commit df6f4aecf8
48 changed files with 495 additions and 495 deletions

View File

@@ -14,7 +14,7 @@ namespace Auth;
use TestCase;
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
*/
class ConfirmationControllerTest extends TestCase
{
@@ -30,7 +30,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::confirmationError
* Implement testConfirmationError().
*/
public function testConfirmationError()
@@ -42,7 +42,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::doConfirmation
* Implement testDoConfirmation().
*/
public function testDoConfirmation()
@@ -54,7 +54,7 @@ class ConfirmationControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
* @covers \FireflyIII\Http\Controllers\Auth\ConfirmationController::resendConfirmation
* Implement testResendConfirmation().
*/
public function testResendConfirmation()