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