public function TestMigrateExecutable::setMemoryThreshold in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setMemoryThreshold()
Sets the memory threshold.
Parameters
float $threshold: The new threshold.
File
- core/
modules/ migrate/ tests/ src/ Unit/ TestMigrateExecutable.php, line 126 - Contains \Drupal\Tests\migrate\Unit\TestMigrateExecutable.
Class
- TestMigrateExecutable
- Tests MigrateExecutable.
Namespace
Drupal\Tests\migrate\UnitCode
public function setMemoryThreshold($threshold) {
$this->memoryThreshold = $threshold;
}