You are here

constant SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT in SimpleTest 8.3

Same name and namespace in other branches
  1. 6.2 simpletest.install \SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT
  2. 7.2 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 ./simpletest.install
Implements hook_requirements().

File

./simpletest.install, line 17
Install, update and uninstall functions for the simpletest module.

Code

const SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT = '128M';