Extend some test stuff.

This commit is contained in:
James Cole
2016-11-20 08:30:25 +01:00
parent f8c5c15655
commit 45e7a4576a
50 changed files with 123 additions and 116 deletions

View File

@@ -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);
}
/**