Exemple #1
0
 /**
  * @covers Geissler\CSL\Style\Style::readFile
  */
 public function testReadFileError()
 {
     $this->setExpectedException('ErrorException');
     $this->object->readFile('not-there');
 }