Adjusted tests after 1761a10c13

This commit is contained in:
Alexander Makarov
2017-08-04 00:51:27 +03:00
parent 9fc63ac3ce
commit 6fdeba501d

View File

@@ -10,13 +10,22 @@ return <<<CODE
use yii\db\Migration;
/**
* Class {$class}
*/
class {$class} extends Migration
{
/**
* @inheritdoc
*/
public function safeUp()
{
}
/**
* @inheritdoc
*/
public function safeDown()
{
echo "{$class} cannot be reverted.\\n";