You are here

constant SIMPLETEST_MINIMUM_VERSION in SimpleTest 6

Mininum required SimpleTest library version.

1.0.1beta2 is required for the upload tests to work.

1 use of SIMPLETEST_MINIMUM_VERSION
simpletest_requirements in ./simpletest.install
Implementation of hook_requirements().

File

./simpletest.install, line 13
SimpleTest installation file; ensures presence of SimpleTest library.

Code

define('SIMPLETEST_MINIMUM_VERSION', '1.0.1beta2');