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