public function testGetDepthProperty()
 {
     $this->assertEquals(2, $this->createdProperty->getDepth());
     $this->assertEquals(4, $this->dateProperty->getDepth());
 }