コード例 #1
0
 public function testIsBelongsToBibliographyFalse()
 {
     $view = Zend_Registry::get('Opus_View');
     $doc = $this->createTestDocument();
     $doc->setBelongsToBibliography(false);
     $docAdapter = new Application_Util_DocumentAdapter($view, $doc);
     $this->assertFalse($docAdapter->isBelongsToBibliography());
 }