mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Closed all test classes (tearDown) and added some checks so it won't fail anymore.
This commit is contained in:
@@ -193,5 +193,8 @@ class AllModelsTest extends TestCase
|
||||
$this->assertCount(1, $component->user()->get());
|
||||
$this->assertCount(1, $component->transactions()->get());
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
Mockery::close();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user