Example #1
0
 public function testWithDepthWithCustomKeyWorks()
 {
     $node = Category::whereIsRoot()->withDepth('level')->first();
     $this->assertTrue(isset($node['level']));
 }