function TestMigrateExecutable::setMemoryLimit

Sets the memory limit.

Parameters

int $memory_limit: The memory limit.

File

core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php, line 112

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

public function setMemoryLimit($memory_limit) {
  $this->memoryLimit = $memory_limit;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.