コード例 #1
0
ファイル: ParseTest.php プロジェクト: adamblake/parse
 /**
  * @covers adamblake\parse\Parse::fileGetContents
  */
 public function testFileGetContentsWrapperThrowsExceptionsNotErrors()
 {
     $this->expectException(ParseException::class);
     Parse::fileGetContents($this->files . '/dne.dne');
 }