Browse Source

code style fix

tags/2.0.10
Klimov Paul 8 years ago
parent
commit
d73d155e43
  1. 1
      tests/framework/console/controllers/MigrateControllerTestTrait.php

1
tests/framework/console/controllers/MigrateControllerTestTrait.php

@ -28,6 +28,7 @@ trait MigrateControllerTestTrait
*/
protected $migrationPath;
public function setUpMigrationPath()
{
$this->migrationPath = Yii::getAlias('@yiiunit/runtime/test_migrations');

Loading…
Cancel
Save