More test data, more tests.

This commit is contained in:
James Cole
2016-01-20 09:31:24 +01:00
parent 2faf84780f
commit 80cbc35c89
4 changed files with 191 additions and 25 deletions

View File

@@ -15,13 +15,11 @@ class ChartPiggyBankControllerTest extends TestCase
/**
* @covers FireflyIII\Http\Controllers\Chart\PiggyBankController::history
* @todo Implement testHistory().
*/
public function testHistory()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
$this->be($this->user());
$response = $this->call('GET', '/chart/piggy-bank/1');
$this->assertEquals(200, $response->status());
}
}