Skip to content
Snippets Groups Projects
Commit 61ff1afa authored by totten's avatar totten
Browse files

DrupalProjectPathsTest - Disable composer memory limit.

Memory utilization of Drupal's default template is not really the fault of this plugin.
parent d268bf21
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class DrupalProjectPathsTest extends \Civi\AssetPlugin\Integration\IntegrationTe
public static function setUpBeforeClass() {
parent::setUpBeforeClass();
self::initTestProject(static::getComposerJson());
PH::runOk('composer install');
PH::runOk('COMPOSER_MEMORY_LIMIT=-1 composer install');
// PH::runOk('composer civicrm:publish');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment