Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
drupal_web_test_case.php
»
DrupalTestCase
»
DrupalTestCase::error
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
6 calls to DrupalTestCase::error()
DrupalErrorCollectionUnitTest::error
in drupal/
modules/
simpletest/
tests/
common.test
Error handler that collects errors in an array.
DrupalErrorCollectionUnitTest::testErrorCollect
in drupal/
modules/
simpletest/
tests/
common.test
Test that simpletest collects errors from the tested site.
DrupalTestCase::errorHandler
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Handle errors during test runs.
DrupalTestCase::exceptionHandler
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Handle exceptions.
DrupalTestCase::verbose
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Logs a verbose message in a text file.
UnicodeUnitTest::testMbStringUnicode
in drupal/
modules/
simpletest/
tests/
unicode.test
Test full unicode features implemented using the mbstring extension.