SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT
Same name in other branches
- 8.9.x core/modules/simpletest/simpletest.install \SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT
Minimum value of PHP memory_limit for SimpleTest.
1 use of SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT
- simpletest_requirements in modules/
simpletest/ simpletest.install - Implements hook_requirements().
File
-
modules/
simpletest/ simpletest.install, line 11
Code
define('SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT', '64M');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.