mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Improved console controller tests
This commit is contained in:
@ -20,7 +20,7 @@ class MigrateControllerTest extends TestCase
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
$this->migrateControllerClass = MigrateController::className();
|
||||
$this->migrateControllerClass = EchoMigrateController::className();
|
||||
$this->migrationBaseClass = Migration::className();
|
||||
|
||||
$this->mockApplication([
|
||||
|
||||
Reference in New Issue
Block a user