mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
New tests
This commit is contained in:
@@ -31,7 +31,6 @@ class LoginControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::login
|
||||
* Implement testLogin().
|
||||
*/
|
||||
public function testLogin()
|
||||
{
|
||||
@@ -45,7 +44,6 @@ class LoginControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::logout
|
||||
* Implement testLogout().
|
||||
*/
|
||||
public function testLogout()
|
||||
{
|
||||
@@ -56,7 +54,6 @@ class LoginControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Auth\LoginController::showLoginForm
|
||||
* Implement testShowLoginForm().
|
||||
*/
|
||||
public function testShowLoginForm()
|
||||
{
|
||||
@@ -64,12 +61,4 @@ class LoginControllerTest extends TestCase
|
||||
->seePageIs('/login')
|
||||
->see('Sign in to start your session');
|
||||
}
|
||||
|
||||
/**
|
||||
* Tears down the fixture, for example, closes a network connection.
|
||||
* This method is called after a test is executed.
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user