Example #1
0
 public function testSetGetIsCloneable()
 {
     $this->descriptor->setIsCloneable(false);
     $this->assertFalse($this->descriptor->isCloneable());
     $this->descriptor->setIsCloneable(true);
     $this->assertTrue($this->descriptor->isCloneable());
 }