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

@@ -11,11 +11,12 @@
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:37.
*/
class ProfileControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@@ -27,7 +28,15 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::changePassword
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers \FireflyIII\Http\Controllers\ProfileController::changePassword
* Implement testChangePassword().
*/
public function testChangePassword()
@@ -39,7 +48,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::deleteAccount
* @covers \FireflyIII\Http\Controllers\ProfileController::deleteAccount
* Implement testDeleteAccount().
*/
public function testDeleteAccount()
@@ -51,7 +60,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::index
* @covers \FireflyIII\Http\Controllers\ProfileController::index
* Implement testIndex().
*/
public function testIndex()
@@ -63,7 +72,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword
* @covers \FireflyIII\Http\Controllers\ProfileController::postChangePassword
* Implement testPostChangePassword().
*/
public function testPostChangePassword()
@@ -75,7 +84,7 @@ class ProfileControllerTest extends TestCase
}
/**
* @covers FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
* @covers \FireflyIII\Http\Controllers\ProfileController::postDeleteAccount
* Implement testPostDeleteAccount().
*/
public function testPostDeleteAccount()
@@ -85,12 +94,4 @@ class ProfileControllerTest extends TestCase
'This test has not been implemented yet.'
);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}