Browse Source

Fixed test break.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
30d6229943
  1. 4
      tests/unit/framework/db/sqlite/SqliteQueryBuilderTest.php

4
tests/unit/framework/db/sqlite/SqliteQueryBuilderTest.php

@ -73,9 +73,9 @@ class SqliteQueryBuilderTest extends QueryBuilderTest
);
}
public function testAddDropPrimayKey()
public function testAddDropPrimaryKey()
{
$this->setExpectedException('yii\base\NotSupportedException');
parent::testAddDropPrimayKey();
parent::testAddDropPrimaryKey();
}
}

Loading…
Cancel
Save