6 calls to DrupalTestCase::error() in Drupal 7
- DrupalErrorCollectionUnitTest::error in modules/
simpletest/ tests/ common.test - Error handler that collects errors in an array.
- DrupalErrorCollectionUnitTest::testErrorCollect in modules/
simpletest/ tests/ common.test - Test that simpletest collects errors from the tested site.
- DrupalTestCase::errorHandler in modules/
simpletest/ drupal_web_test_case.php - Handle errors during test runs.
- DrupalTestCase::exceptionHandler in modules/
simpletest/ drupal_web_test_case.php - Handle exceptions.
- DrupalTestCase::verbose in modules/
simpletest/ drupal_web_test_case.php - Logs a verbose message in a text file.
- UnicodeUnitTest::testMbStringUnicode in modules/
simpletest/ tests/ unicode.test - Test full unicode features implemented using the mbstring extension.