mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Update test code.
This commit is contained in:
@@ -49,7 +49,7 @@ class ConfigurationControllerTest extends TestCase
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::index
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::__construct
|
||||
*/
|
||||
public function testIndex()
|
||||
public function testIndex(): void
|
||||
{
|
||||
$this->be($this->user());
|
||||
|
||||
@@ -72,7 +72,7 @@ class ConfigurationControllerTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\Admin\ConfigurationController::postIndex
|
||||
*/
|
||||
public function testPostIndex()
|
||||
public function testPostIndex(): void
|
||||
{
|
||||
$falseConfig = new Configuration;
|
||||
$falseConfig->data = false;
|
||||
|
Reference in New Issue
Block a user