1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-17 07:10:46 +03:00
yii2-nested-sets/tests/NestedSetsQueryBehaviorTest.php
2015-01-03 16:18:21 +03:00

31 lines
630 B
PHP

<?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();
}
}