예제 #1
0
 public function testInternal()
 {
     $this->entry->setInternal(true);
     $this->assertTrue($this->entry->isInternal());
 }