removed unneeded comment

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Mark
2014-09-01 18:03:33 +04:00
gitea-unlock(16/)
parent 615e1030e6
commit b8ce6ff6a0

2
tests/unit/extensions/faker/FixtureControllerTest.php
View File

@@ -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()