27 calls to TestBase::verbose() in Zircon Profile 8
- AuthTest::basicAuthGet in core/
modules/ rest/ src/ Tests/ AuthTest.php - Performs a HTTP request with Basic authentication.
- CommentUserNameTest::testUsername in core/
modules/ comment/ src/ Tests/ Views/ CommentUserNameTest.php - Test the username formatter.
- ConfigCRUDTest::testDataTypes in core/
modules/ config/ src/ Tests/ ConfigCRUDTest.php - Tests data type handling.
- DateTimeFieldTest::renderTestEntity in core/
modules/ datetime/ src/ Tests/ DateTimeFieldTest.php - Renders a entity_test and sets the output in the internal browser.
- FilterAPITest::testCheckMarkupFilterSubset in core/
modules/ filter/ src/ Tests/ FilterAPITest.php - Tests the ability to apply only a subset of filters.
- FilterUnitTest::assertFilteredString in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Asserts multiple filter output expectations for multiple input strings.
- FilterUnitTest::testLineBreakFilter in core/
modules/ filter/ src/ Tests/ FilterUnitTest.php - Tests the line break filter.
- HtmlToTextTest::assertHtmlToText in core/
modules/ system/ src/ Tests/ Mail/ HtmlToTextTest.php - Helper function to test \Drupal\Core\Mail\MailFormatHelper::htmlToText().
- HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in core/
modules/ system/ src/ 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.
- KernelTestBase::render in core/
modules/ simpletest/ src/ KernelTestBase.php - Renders a render array.
- LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/
modules/ system/ src/ Tests/ Database/ LargeQueryTest.php - Tests truncation of messages when max_allowed_packet exception occurs.
- LinkFieldTest::renderTestEntity in core/
modules/ link/ src/ Tests/ LinkFieldTest.php - Renders a test_entity and sets the output in the internal browser.
- LocaleUpdateDevelopmentReleaseTest::testLocaleUpdateDevelopmentRelease in core/
modules/ locale/ src/ Tests/ LocaleUpdateDevelopmentReleaseTest.php - ManageDisplayTest::assertNodeViewTextHelper in core/
modules/ field_ui/ src/ Tests/ ManageDisplayTest.php - Asserts that a string is (not) found in the rendered nodein a view mode.
- RenderElementTypesTest::assertElements in core/
modules/ system/ src/ Tests/ Common/ RenderElementTypesTest.php - Asserts that an array of elements is rendered properly.
- RenderWebTest::assertRenderedElement in core/
modules/ system/ src/ Tests/ Common/ RenderWebTest.php - Tests that elements are rendered properly.
- RESTTestBase::httpRequest in core/
modules/ rest/ src/ Tests/ RESTTestBase.php - Helper function to issue a HTTP request with simpletest's cURL.
- SearchExcerptTest::testSearchExcerptSimplified in core/
modules/ search/ src/ Tests/ SearchExcerptTest.php - Tests search_excerpt() with search keywords matching simplified words.
- TableSortExtenderUnitTest::testTableSortInit in core/
modules/ system/ src/ Tests/ Common/ TableSortExtenderUnitTest.php - Tests tablesort_init().
- TrackerTest::testTrackerOrderingNewComments in core/
modules/ tracker/ src/ Tests/ TrackerTest.php - Tests for ordering on a users tracker listing when comments are posted.
- ViewKernelTestBase::executeView in core/
modules/ views/ src/ Tests/ ViewKernelTestBase.php - Executes a view with debugging.
- ViewTestBase::executeView in core/
modules/ views/ src/ Tests/ ViewTestBase.php - Executes a view with debugging.
- WebTestBase::drupalGet in core/
modules/ simpletest/ src/ WebTestBase.php - Retrieves a Drupal path or an absolute path.
- WebTestBase::drupalHead in core/
modules/ simpletest/ src/ WebTestBase.php - Retrieves only the headers for a Drupal path or an absolute path.
- WebTestBase::drupalPostAjaxForm in core/
modules/ simpletest/ src/ WebTestBase.php - Executes an Ajax form submission.
- WebTestBase::drupalPostForm in core/
modules/ simpletest/ src/ WebTestBase.php - Executes a form submission.
- WebTestBase::verboseEmail in core/
modules/ simpletest/ src/ WebTestBase.php - Outputs to verbose the most recent $count emails sent.