/** * Test read config * * @param string $file The name of the input file * * @return void * * @dataProvider seedReadConfig * @since 1.0 */ public function testReadConfig($file) { $this->setExpectedException('RuntimeException'); $this->_instance->readConfig($file); }