Expand tests.

This commit is contained in:
James Cole
2016-12-10 16:32:52 +01:00
parent 0fe0de1a7f
commit bae2161ee3
8 changed files with 203 additions and 117 deletions

View File

@@ -31,21 +31,11 @@ class BalanceControllerTest extends TestCase
/**
* @covers \FireflyIII\Http\Controllers\Report\BalanceController::general
* Implement testGeneral().
*/
public function testGeneral()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'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()
{
$this->be($this->user());
$this->call('get', route('report-data.balance.general', ['1', '20120101', '20120131']));
$this->assertResponseStatus(200);
}
}