コード例 #1
0
 public function testGetFileCountZero()
 {
     $view = Zend_Registry::get('Opus_View');
     $doc = $this->createTestDocument();
     $docAdapter = new Application_Util_DocumentAdapter($view, $doc);
     $this->assertEquals(0, $docAdapter->getFileCount());
 }