Exemplo n.º 1
0
 public function testSetGetIsShared()
 {
     $this->descriptor->setIsShared(false);
     $this->assertFalse($this->descriptor->isShared());
     $this->descriptor->setIsShared(true);
     $this->assertTrue($this->descriptor->isShared());
 }