* @license MIT (https://github.com/paulzi/yii2-nested-sets/blob/master/LICENSE) */ namespace paulzi\nestedsets\tests\pgsql; use paulzi\nestedsets\tests\NestedSetsQueryTraitTestCase; /** * @group pgsql * * @author PaulZi */ class NestedSetsQueryTraitTest extends NestedSetsQueryTraitTestCase { protected static $driverName = 'pgsql'; }