You are here

protected property SimpleTestErrorCollectorTest::$collectedErrors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php \Drupal\system\Tests\Common\SimpleTestErrorCollectorTest::collectedErrors

Errors triggered during the test.

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

Type: Array

File

core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php, line 34
Contains \Drupal\system\Tests\Common\SimpleTestErrorCollectorTest.

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\system\Tests\Common

Code

protected $collectedErrors = array();