protected property SimpleTestFunctionalTest::$test_ids in SimpleTest 7.2
Same name and namespace in other branches
- 6.2 simpletest.test \SimpleTestFunctionalTest::test_ids
- 7 simpletest.test \SimpleTestFunctionalTest::test_ids
Store the test ID from each test run for comparison, to ensure they are incrementing.
File
- ./
simpletest.test, line 19 - Tests for simpletest.module.
Class
- SimpleTestFunctionalTest
- @file Tests for simpletest.module.
Code
protected $test_ids = array();