mock(BalanceReportHelperInterface::class); $balance->shouldReceive('getBalanceReport')->andReturn(new Balance); $this->be($this->user()); $response = $this->get(route('report-data.balance.general', ['1', '20120101', '20120131'])); $response->assertStatus(200); } }