Move debug to new controller, add some fields.

This commit is contained in:
James Cole
2018-01-01 15:33:24 +01:00
parent 4773021ff0
commit 0455f8658d
4 changed files with 64 additions and 13 deletions

View File

@@ -86,16 +86,6 @@ class HomeControllerTest extends TestCase
$response->assertSessionHas('warning', '91 days of data may take a while to load.');
}
/**
* @covers \FireflyIII\Http\Controllers\HomeController::displayDebug()
*/
public function testDisplayDebug()
{
$this->be($this->user());
$response = $this->get(route('debug'));
$response->assertStatus(200);
}
/**
* @covers \FireflyIII\Http\Controllers\HomeController::displayError
*/