예제 #1
0
파일: StyleTest.php 프로젝트: geissler/csl
 /**
  * @covers Geissler\CSL\Style\Style::readFile
  */
 public function testReadFileError()
 {
     $this->setExpectedException('ErrorException');
     $this->object->readFile('not-there');
 }