Beispiel #1
0
 /**
  * @covers adamblake\parse\Parse::table
  */
 public function testParseTableThrowsErrorForInvalidType()
 {
     $this->expectException(ParseException::class);
     Parse::table($this->files . '/invalid.file', false);
 }