27 calls to AssertLegacyTrait::assert() in Drupal 8
- AggregatorRenderingTest::testBlockLinks in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorRenderingTest.php - Adds a feed block to the page and checks its links.
- AggregatorTestBase::createFeed in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorTestBase.php - Creates an aggregator feed.
- ConfigExportUITest::testExport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php - Tests export of configuration.
- ContactSitewideTest::testSiteWideContact in core/
modules/ contact/ tests/ src/ Functional/ ContactSitewideTest.php - Tests configuration options and the site-wide contact form.
- DatabaseLegacyTest::testDbSetActive in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DatabaseLegacyTest.php - Tests the db_set_active() function.
- DefaultViewsTest::testDefaultViews in core/
modules/ views/ tests/ src/ Functional/ DefaultViewsTest.php - Test that all Default views work as expected.
- EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests creating and deleting a base field if entities exist.
- EntityDisplayTest::assertDependencyHelper in core/
modules/ field_ui/ tests/ src/ Kernel/ EntityDisplayTest.php - Provides a helper for dependency assertions.
- EntityTranslationFormTest::testEntityFormLanguage in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityTranslationFormTest.php - Tests entity form language.
- ForumTest::createForum in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Creates a forum container or a forum.
- ForumTest::createForumTopic in core/
modules/ forum/ tests/ src/ Functional/ ForumTest.php - Creates a forum topic.
- GenericCacheBackendUnitTestBase::testGetMultiple in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
- HandlerTest::assertEqualValue in core/
modules/ views/ tests/ src/ Functional/ Handler/ HandlerTest.php - Check to see if a value is the same as the value on a certain handler.
- LocaleContentTest::testContentTypeLanguageConfiguration in core/
modules/ locale/ tests/ src/ Functional/ LocaleContentTest.php - Test if a content type can be set to multilingual and language is present.
- MigrateTestBase::display in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateTestBase.php - Displays a migrate message.
- NodeCreationTest::testNodeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeCreationTest.php - Creates a "Basic page" node and verifies its consistency in the database.
- NodeCreationTest::testUnpublishedNodeCreation in core/
modules/ node/ tests/ src/ Functional/ NodeCreationTest.php - Creates an unpublished node and confirms correct redirect behavior.
- NodeTranslationUITest::doTestAlternateHreflangLinks in core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php - Tests that the given path provides the correct alternate hreflang links.
- NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/
modules/ node/ tests/ src/ Functional/ NodeTypeInitialLanguageTest.php - Tests the node type initial language defaults, and modifies them.
- SearchIntegrationTest::assertOneLink in core/
modules/ views/ tests/ src/ Functional/ SearchIntegrationTest.php - Asserts that exactly one link exists with the given text.
- ShortcutLinksTest::assertShortcutQuickLink in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php - Passes if a shortcut quick link with the specified label is found.
- TermTest::testNodeTermCreationAndDeletion in core/
modules/ taxonomy/ tests/ src/ Functional/ TermTest.php - Test term creation with a free-tagging vocabulary from the node form.
- UpdateFeedItemTest::testUpdateFeedItem in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedItemTest.php - Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateFeedTest::testUpdateFeed in core/
modules/ aggregator/ tests/ src/ Functional/ UpdateFeedTest.php - Creates a feed and attempts to update it.
- UserLegacyTest::testUserDelete in core/
modules/ user/ tests/ src/ Kernel/ UserLegacyTest.php - Tests that user_delete throws a deprecation error.
- UserLegacyTest::testUserDeleteMultiple in core/
modules/ user/ tests/ src/ Kernel/ UserLegacyTest.php - Tests that user_delete_multiple throws a deprecation error.
- VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php - Create, edit and delete a taxonomy term via the user interface.