Exemplo n.º 1
0
 /**
  * @covers adamblake\parse\Parse::fileGetContents
  */
 public function testFileGetContentsWrapperThrowsExceptionsNotErrors()
 {
     $this->expectException(ParseException::class);
     Parse::fileGetContents($this->files . '/dne.dne');
 }