be($this->user()); $this->call('get', route('report-data.budget.general', ['1', '20120101', '20120131'])); $this->assertResponseStatus(200); } /** * @covers \FireflyIII\Http\Controllers\Report\BudgetController::period */ public function testPeriod() { $this->be($this->user()); $this->call('get', route('report-data.budget.period', ['1', '20120101', '20120131'])); $this->assertResponseStatus(200); } }