/** * Create non-existing reader * * @expectedException \PhpOffice\PhpWord\Exception\Exception */ public function testNonexistentReaderCanNotBeCreated() { IOFactory::createReader('Word2006'); }