1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-17 07:10:46 +03:00

Fixed parent class for MysqlNestedSetsQueryBehaviorTest

This commit is contained in:
antness 2015-01-19 12:14:55 +03:00
parent 71921d7c1c
commit fa88c50d8e

View file

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