/**
  * 
  */
 public function testDepth()
 {
     $collection = new Collection($this->collection);
     $this->assertEquals($collection->depth(), 2);
 }