You are here

protected property SimpleTestErrorCollectorTest::$collectedErrors in SimpleTest 8.3

Errors triggered during the test.

Errors are intercepted by the overridden implementation of Drupal\simpletest\WebTestBase::error() below.

Type: array

File

src/Tests/SimpleTestErrorCollectorTest.php, line 30

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\simpletest\Tests

Code

protected $collectedErrors = [];