be($this->user()); $this->call('GET', '/chart/bill/frontpage'); $this->assertResponseStatus(200); } /** * @covers FireflyIII\Http\Controllers\Chart\BillController::single */ public function testSingle() { $this->be($this->user()); $this->call('GET', '/chart/bill/1'); $this->assertResponseStatus(200); } }