Improved console controller tests

This commit is contained in:
Alexander Makarov
2014-11-27 03:39:00 +03:00
parent 3c70d3c317
commit 338b334254
6 changed files with 61 additions and 15 deletions

View File

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