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