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