mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Update tests.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Admin;
|
||||
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 UserControllerTest extends TestCase
|
||||
{
|
||||
@@ -30,7 +30,7 @@ class UserControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::edit
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\UserController::edit
|
||||
* Implement testEdit().
|
||||
*/
|
||||
public function testEdit()
|
||||
@@ -42,7 +42,7 @@ class UserControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::index
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\UserController::index
|
||||
* Implement testIndex().
|
||||
*/
|
||||
public function testIndex()
|
||||
@@ -54,7 +54,7 @@ class UserControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Admin\UserController::show
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\UserController::show
|
||||
* Implement testShow().
|
||||
*/
|
||||
public function testShow()
|
||||
|
Reference in New Issue
Block a user