You are here

public function TestMigrateExecutable::memoryExceeded in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::memoryExceeded()

Allows access to the protected memoryExceeded method.

Return value

bool The memoryExceeded value.

Overrides MigrateExecutable::memoryExceeded

File

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

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

public function memoryExceeded() {
  return parent::memoryExceeded();
}