1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-04-29 15:39:22 +03:00

Merge pull request #51 from antness/mysql_test_fix

Fixed parent class for MysqlNestedSetsQueryBehaviorTest
This commit is contained in:
Alexander Kochetov 2015-01-19 17:42:49 +03:00
commit f63b4691e7

View file

@ -13,7 +13,7 @@ use yii\db\Connection;
/**
* MysqlNestedSetsQueryBehaviorTest
*/
class MysqlNestedSetsQueryBehaviorTest extends NestedSetsBehaviorTest
class MysqlNestedSetsQueryBehaviorTest extends NestedSetsQueryBehaviorTest
{
/**
* @inheritdoc