mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Update test code.
This commit is contained in:
@@ -49,7 +49,7 @@ class DebugControllerTest extends TestCase
|
||||
* @covers \FireflyIII\Http\Controllers\DebugController::errorReporting
|
||||
* @covers \FireflyIII\Http\Controllers\DebugController::collectPackages
|
||||
*/
|
||||
public function testIndex()
|
||||
public function testIndex(): void
|
||||
{
|
||||
$this->be($this->user());
|
||||
$response = $this->get(route('debug'));
|
||||
|
||||
Reference in New Issue
Block a user