18 calls to AssertLegacyTrait::verbose() in Drupal 8
- CommentAdminViewTest::doTestFilters in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - Tests comment admin view display.
- CommentUserNameTest::testUsername in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentUserNameTest.php - Test the username formatter.
- ConfigCRUDTest::testDataTypes in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests data type handling.
- FilterAPITest::testCheckMarkupFilterSubset in core/
modules/ filter/ tests/ src/ Kernel/ FilterAPITest.php - Tests the ability to apply only a subset of filters.
- FilterKernelTest::testLineBreakFilter in core/
modules/ filter/ tests/ src/ Kernel/ FilterKernelTest.php - Tests the line break filter.
- HtmlToTextTest::assertHtmlToText in core/
modules/ system/ tests/ src/ Functional/ Mail/ HtmlToTextTest.php - Helper function to test \Drupal\Core\Mail\MailFormatHelper::htmlToText().
- HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in core/
modules/ system/ tests/ src/ Functional/ 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/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Renders a render array.
- LinkFieldTest::renderTestEntity in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Renders a test_entity and returns the output.
- LocaleUpdateDevelopmentReleaseTest::testLocaleUpdateDevelopmentRelease in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateDevelopmentReleaseTest.php - ManageDisplayTest::assertNodeViewTextHelper in core/
modules/ field_ui/ tests/ src/ Functional/ ManageDisplayTest.php - Asserts that a string is (not) found in the rendered node in a view mode.
- RenderElementTypesTest::assertElements in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ RenderElementTypesTest.php - Asserts that an array of elements is rendered properly.
- SearchExcerptTest::testSearchExcerptSimplified in core/
modules/ search/ tests/ src/ Kernel/ SearchExcerptTest.php - Tests search_excerpt() with search keywords matching simplified words.
- SeparatorTranslationTest::testSeparatorTranslation in core/
modules/ datetime_range/ tests/ src/ Kernel/ SeparatorTranslationTest.php - Tests the translation of the range separator.
- TableSortExtenderTest::testTableSortInit in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ TableSortExtenderTest.php - Tests \Drupal\Core\Utility\TableSort::getContextFromRequest().
- TrackerTest::testTrackerOrderingNewComments in core/
modules/ tracker/ tests/ src/ Functional/ TrackerTest.php - Tests for ordering on a users tracker listing when comments are posted.
- ViewsKernelTestBase::executeView in core/
modules/ views/ tests/ src/ Kernel/ ViewsKernelTestBase.php - Executes a view with debugging.
- ViewTestBase::executeView in core/
modules/ views/ tests/ src/ Functional/ ViewTestBase.php - Executes a view with debugging.