mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 17:27:58 +01:00
Adjusted tests after 1761a10c13
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user