mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Extend some test stuff.
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Admin;
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* 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 ConfigurationControllerTest extends TestCase
|
||||
{
|
||||
@@ -16,7 +16,7 @@ class ConfigurationControllerTest extends TestCase
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -28,19 +28,17 @@ class ConfigurationControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::index
|
||||
* @todo Implement testIndex().
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::index
|
||||
*/
|
||||
public function testIndex()
|
||||
{
|
||||
// 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('admin.configuration.index'));
|
||||
$this->assertResponseStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Admin\ConfigurationController::store
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::store
|
||||
* @todo Implement testStore().
|
||||
*/
|
||||
public function testStore()
|
||||
|
Reference in New Issue
Block a user