mock(ExportJobRepositoryInterface::class); $repository->shouldReceive('exists')->once()->andReturn(true); $repository->shouldReceive('getContent')->once()->andReturn('Some content beep boop'); $this->be($this->user()); $response = $this->get(route('export.download', ['testExport'])); $response->assertStatus(200); } /** * @covers \FireflyIII\Http\Controllers\ExportController::getStatus */ public function testGetStatus() { $this->be($this->user()); $response = $this->get(route('export.status', ['testExport'])); $response->assertStatus(200); } /** * @covers \FireflyIII\Http\Controllers\ExportController::index */ public function testIndex() { $this->be($this->user()); $response = $this->get(route('export.index')); $response->assertStatus(200); // has bread crumb $response->assertSee('