Example #1
0
 /**
  * @covers adamblake\parse\Parse::config
  */
 public function testUnsupportedConfigExtension()
 {
     $this->expectException(ParseException::class);
     Parse::config($this->files . '/unsupported.conf');
 }