mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
fix test
This commit is contained in:
parent
7322bf89d8
commit
c52c636309
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user