SimpleTestTest::$testIds

Stores the test ID from each test run for comparison.

Used to ensure they are incrementing.

Type: testIds

File

core/modules/simpletest/src/Tests/SimpleTestTest.php, line 40

Class

SimpleTestTest
Tests SimpleTest's web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest's internal browser and APIs implicitly.

Namespace

Drupal\simpletest\Tests

Code

protected $testIds = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.