OXDEV-4026 Use new grapql module ids

Cette révision appartient à :
Aneliya Lambreva 2020-10-20 11:53:34 +03:00
Parent c1e831be4d
révision 6d082f7900

Voir le fichier

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