commercetools-8.x-1.2-alpha1/modules/commercetools_demo/tests/modules/commercetools_demo_test/commercetools_demo_test.install
modules/commercetools_demo/tests/modules/commercetools_demo_test/commercetools_demo_test.install
<?php
/**
* @file
* Contains install and update functions for the module.
*/
declare(strict_types=1);
use Drupal\commercetools_test\CommerceToolsTesting;
/**
* Implements hook_install().
*/
function commercetools_demo_test_install() {
// Deploys a configuration from config file.
CommerceToolsTesting::setCommercetoolsTestConfig('commercetools_demo');
}
