You are here

8 calls to TestBase::error() in Zircon Profile 8.0

PageRenderTest::assertPageRenderHookExceptions in core/modules/system/src/Tests/Common/PageRenderTest.php
Asserts whether expected exceptions are thrown for invalid hook implementations.
SimpleTestErrorCollectorTest::error in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Stores errors into an array.
SimpleTestErrorCollectorTest::testErrorCollect in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
TestBase::assertErrorLogged in core/modules/simpletest/src/TestBase.php
Asserts that a specific error has been logged to the PHP error log.
TestBase::errorHandler in core/modules/simpletest/src/TestBase.php
Handle errors during test runs.
TestBase::exceptionHandler in core/modules/simpletest/src/TestBase.php
Handle exceptions.
TestBase::verbose in core/modules/simpletest/src/TestBase.php
Logs a verbose message in a text file.
UncaughtExceptionTest::error in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Fire an error assertion.