expectException(\phpOMS\System\File\PathException::class); Installer::installExternal($GLOBALS['dbpool'], ['path' => 'invalid.json']); } public function testInvalidMediaInstallJsonFile() : void { $this->expectException(\Exception::class); Installer::installExternal($GLOBALS['dbpool'], ['path' => 'invalidJson.json']); } }