function TestMigrateExecutable::attemptMemoryReclaim

Tries to reclaim memory.

Return value

int The memory usage after reclaim.

Overrides MigrateExecutable::attemptMemoryReclaim

File

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

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

protected function attemptMemoryReclaim() {
  return $this->clearedMemoryUsage;
}

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