protected property SimpleTestErrorCollectorTest::$collectedErrors

Errors triggered during the test.

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

Type: Array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php, line 32
Definition of Drupal\system\Tests\Common\SimpleTestErrorCollectorTest.

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\system\Tests\Common

Code

protected $collectedErrors = array();