From bcc816c0178ef1ba0166c576f67bb31b4b61aeca Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Sat, 3 Jan 2015 16:18:21 +0300 Subject: [PATCH] Added unit tests base for NestedSetsQueryBehavior --- tests/NestedSetsQueryBehaviorTest.php | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/NestedSetsQueryBehaviorTest.php diff --git a/tests/NestedSetsQueryBehaviorTest.php b/tests/NestedSetsQueryBehaviorTest.php new file mode 100644 index 0000000..dedfc56 --- /dev/null +++ b/tests/NestedSetsQueryBehaviorTest.php @@ -0,0 +1,30 @@ +markTestSkipped(); + } + + /** + * @covers \creocoder\nestedsets\NestedSetsQueryBehavior::leaf + */ + public function testLeaf() + { + $this->markTestSkipped(); + } +}