You are here

protected property MigrateExecutableMemoryExceededTest::$memoryLimit in Drupal 8

The php.ini memory_limit value.

Type: int

File

core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php, line 47

Class

MigrateExecutableMemoryExceededTest
Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $memoryLimit = 10000000;