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