OXDEV-4026 Use new grapql module ids
This commit is contained in:
parent
c1e831be4d
commit
6d082f7900
@ -17,7 +17,7 @@ use OxidEsales\Facts\Facts;
|
|||||||
class Acceptance extends \Codeception\Module
|
class Acceptance extends \Codeception\Module
|
||||||
{
|
{
|
||||||
public function _beforeSuite($settings = []) {
|
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__');
|
exec((new Facts())->getShopRootPath() . '/bin/oe-console oe:module:activate __PackageFull__');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user