mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Extend some test stuff.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 06:10:26.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-11-20 at 07:15:07.
|
||||
*/
|
||||
class AccountControllerTest extends TestCase
|
||||
{
|
||||
@@ -15,7 +15,7 @@ class AccountControllerTest extends TestCase
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -28,14 +28,12 @@ class AccountControllerTest extends TestCase
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AccountController::create
|
||||
* @todo Implement testCreate().
|
||||
*/
|
||||
public function testCreate()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
'This test has not been implemented yet.'
|
||||
);
|
||||
$this->be($this->user());
|
||||
$this->call('GET', route('accounts.create', ['asset']));
|
||||
$this->assertResponseStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user