Store the test ID from each test run for comparison, to ensure they are incrementing.
File
- core/
modules/ simpletest/ tests/ simpletest.test, line 39 - Tests for simpletest.module.
Class
Code
protected $test_ids = array();
Store the test ID from each test run for comparison, to ensure they are incrementing.
protected $test_ids = array();