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