mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 10:41:22 +00:00
Closed all test classes (tearDown) and added some checks so it won't fail anymore.
This commit is contained in:
@@ -57,4 +57,8 @@ class PreferencesControllerTest extends TestCase
|
||||
$this->assertSessionHas('success');
|
||||
$this->assertRedirectedToRoute('preferences');
|
||||
}
|
||||
public function tearDown()
|
||||
{
|
||||
Mockery::close();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user