Commit 30d62299 by Qiang Xue

Fixed test break.

parent 6dba4da3
......@@ -73,9 +73,9 @@ class SqliteQueryBuilderTest extends QueryBuilderTest
);
}
public function testAddDropPrimayKey()
public function testAddDropPrimaryKey()
{
$this->setExpectedException('yii\base\NotSupportedException');
parent::testAddDropPrimayKey();
parent::testAddDropPrimaryKey();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment