mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Return a fixtures cleanup in case of a failing test
This commit is contained in:
@ -80,6 +80,7 @@ class TestCase extends Test
|
||||
{
|
||||
parent::setUp();
|
||||
$this->mockApplication();
|
||||
$this->unloadFixtures();
|
||||
$this->loadFixtures();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user