constant SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 core/
modules/ simpletest/ simpletest.install - Implements hook_requirements().
File
- core/
modules/ simpletest/ simpletest.install, line 13 - Install, update and uninstall functions for the simpletest module.
Code
const SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT = '128M';