This commit is contained in:
Dennis Eichhorn 2023-09-24 21:55:54 +00:00
parent 7322bf89d8
commit c52c636309

View File

@ -384,7 +384,7 @@ trait ModuleTestTrait
*/
public function testJson() : void
{
$sampleInfo = \json_decode(\file_get_contents(__DIR__ . '/../TestModule/info.json'), true);
$sampleInfo = \json_decode(\file_get_contents(__DIR__ . '/../../Modules/TestModule/info.json'), true);
$infoTemplate = \json_decode(\file_get_contents(__DIR__ . '/../../phpOMS/Module/infoLayout.json'), true);
$module = $this->app->moduleManager->get(self::NAME);