protected property DrupalErrorCollectionUnitTest::$collectedErrors

Errors triggered during the test.

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

Tipo: Array

Archivo

drupal-7.x/modules/simpletest/tests/common.test, line 2150
Tests for common.inc functionality.

Class

DrupalErrorCollectionUnitTest
Tests Simpletest error and exception collector.

Código

protected $collectedErrors = array();