mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 00:47:55 +08:00
removed unneeded comment
This commit is contained in:
@ -31,7 +31,7 @@ class FixtureControllerTest extends TestCase
|
|||||||
'interactive' => false,
|
'interactive' => false,
|
||||||
'fixtureDataPath' => '@runtime/faker',
|
'fixtureDataPath' => '@runtime/faker',
|
||||||
'templatePath' => '@yiiunit/data/extensions/faker/templates'
|
'templatePath' => '@yiiunit/data/extensions/faker/templates'
|
||||||
],['fixture-faker', Yii::$app]); //id and module are null
|
],['fixture-faker', Yii::$app]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function tearDown()
|
public function tearDown()
|
||||||
|
|||||||
Reference in New Issue
Block a user