示例#1
0
 public function testGetParentDefaultIsNull()
 {
     $object = new TestObject();
     $this->assertNull($object->getParent());
 }