コード例 #1
0
ファイル: FileinfoTest.php プロジェクト: haswalt/Ferret
 /**
  * @todo Implement testDetect().
  */
 public function testDetectFail()
 {
     $this->assertFalse($this->object->detect('data/unit.false'));
 }
コード例 #2
0
ファイル: FileinfoTest.php プロジェクト: puwenhan/Ferret
 /**
  * @todo Implement testDetect().
  */
 public function testFileNotExist()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->object->detect(__DIR__ . '/../../../data/unit.false');
 }