Пример #1
0
 /**
  * @todo Implement testDetect().
  */
 public function testDetectFail()
 {
     $this->assertFalse($this->object->detect('data/unit.false'));
 }
Пример #2
0
 /**
  * @todo Implement testDetect().
  */
 public function testFileNotExist()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->object->detect(__DIR__ . '/../../../data/unit.false');
 }