mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Update tests.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Auth;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
|
||||
*/
|
||||
class RegisterControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class RegisterControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath
|
||||
* Implement testRedirectPath().
|
||||
*/
|
||||
public function testRedirectPath()
|
||||
@@ -42,7 +42,7 @@ class RegisterControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::register
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::register
|
||||
* Implement testRegister().
|
||||
*/
|
||||
public function testRegister()
|
||||
@@ -54,7 +54,7 @@ class RegisterControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm
|
||||
* Implement testShowRegistrationForm().
|
||||
*/
|
||||
public function testShowRegistrationForm()
|
||||
|
Reference in New Issue
Block a user