You are here

protected property SimpleTestErrorCollectorTest::$collectedErrors in Drupal 8

Errors triggered during the test.

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

Type: array

File

core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php, line 30

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\simpletest\Tests

Code

protected $collectedErrors = [];