19 calls to TestBase::verbose()

FilterUnitTest::assertFilteredString in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Asserts multiple filter output expectations for multiple input strings.
FilterUnitTest::testLineBreakFilter in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests the line break filter.
HtmlToTextTest::assertHtmlToText in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Helper function for testing drupal_html_to_text().
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
LinkFieldTest::renderTestEntity in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Renders a test_entity and sets the output in the internal browser.
ManageDisplayTest::assertNodeViewTextHelper in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Asserts that a string is (not) found in the rendered nodein a view mode.
RenderTest::assertRenderedElement in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests that elements are rendered properly.
RESTTestBase::httpRequest in drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
SystemUpgradePathTest::testVariableUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php
Tests upgrade of variables to config.
TableSortExtenderUnitTest::testTableSortInit in drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php
Tests tablesort_init().
UpgradePathTestBase::getUpdatePhp in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Gets update.php without calling url().
ViewTestBase::assertIdenticalResultsetHelper in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Performs View result assertions.
ViewTestBase::executeView in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Executes a view with debugging.
ViewUnitTestBase::assertIdenticalResultsetHelper in drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php
Performs View result assertions.
ViewUnitTestBase::executeView in drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php
Executes a view with debugging.
WebTestBase::assertThemeOutput in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts themed output.
WebTestBase::drupalGet in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieves a Drupal path or an absolute path.
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
WebTestBase::verboseEmail in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Outputs to verbose the most recent $count emails sent.