コード例 #1
0
ファイル: DjVuTest.php プロジェクト: claudinec/galan-wiki
 public function testInvalidFile()
 {
     $this->assertEquals('a:1:{s:5:"error";s:25:"Error extracting metadata";}', $this->handler->getMetadata(null, $this->filePath . '/some-nonexistent-file'), 'Getting metadata for an inexistent file should return false');
 }
コード例 #2
0
ファイル: DjVuTest.php プロジェクト: biribogos/wikihow-src
 public function testInvalidFile()
 {
     $this->assertFalse($this->handler->getMetadata(null, $this->filePath . '/README'), 'Getting Metadata for an inexistent file should returns false');
 }