OXDEV-4026 Use new grapql module ids
Dieser Commit ist enthalten in:
Ursprung
c1e831be4d
Commit
6d082f7900
@ -17,7 +17,7 @@ use OxidEsales\Facts\Facts;
|
||||
class Acceptance extends \Codeception\Module
|
||||
{
|
||||
public function _beforeSuite($settings = []) {
|
||||
exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate oe/graphql-base');
|
||||
exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate oe_graphql_base');
|
||||
exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate __PackageFull__');
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren