1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 03:30:46 +03:00
yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php

31 lines
630 B
PHP
Raw Normal View History

<?php
/**
* @link https://github.com/creocoder/yii2-nested-sets-behavior
* @copyright Copyright (c) 2015 Alexander Kochetov
* @license http://opensource.org/licenses/BSD-3-Clause
*/
namespace tests;
/**
* NestedSetsQueryBehaviorTest
*/
class NestedSetsQueryBehaviorTest extends DatabaseTestCase
{
/**
* @covers \creocoder\nestedsets\NestedSetsQueryBehavior::roots
*/
public function testRoots()
{
$this->markTestSkipped();
}
/**
* @covers \creocoder\nestedsets\NestedSetsQueryBehavior::leaf
*/
public function testLeaf()
{
$this->markTestSkipped();
}
}