New (empty) tests for models.

This commit is contained in:
James Cole
2015-05-24 10:01:00 +02:00
parent bf6ea16acb
commit 8f2f912cdf
7 changed files with 274 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class ChartBillControllerTest extends TestCase
$accounts->shouldReceive('getCreditCards')->andReturn($creditCards);
$accounts->shouldReceive('getTransfersInRange')->andReturn(new Collection);
$repository->shouldReceive('createFakeBill')->andReturn($bills->first());
Steam::shouldReceive('balance')->andReturn(-10,0);
Steam::shouldReceive('balance')->andReturn(-10, 0);
$this->call('GET', '/chart/bill/frontpage');