You are here

protected property DrupalErrorCollectionUnitTest::$collectedErrors in SimpleTest 7

Errors triggered during the test.

Errors are intercepted by the overriden implementation of DrupalWebTestCase::error below.

Type: Array

File

tests/common.test, line 1462
Tests for common.inc functionality.

Class

DrupalErrorCollectionUnitTest
Tests Simpletest error and exception collector.

Code

protected $collectedErrors = array();