OXDEV-4026 Use new grapql module ids

This commit is contained in:
Aneliya Lambreva 2020-10-20 11:53:34 +03:00
parent c1e831be4d
commit 6d082f7900

View File

@ -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__');
} }
} }