Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::assertLink
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
38 calls to WebTestBase::assertLink()
AdminTest::testAdminPages
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
AdminTest.php
Tests output on administrative listing pages.
AnalyzeTest::testAnalyzeBasic
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
AnalyzeTest.php
Tests that analyze works in general.
CommentAnonymousTest::testAnonymous
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentLinksTest::assertCommentLinks
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
CommentNewIndicatorTest::testCommentNewCommentsIndicator
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentNewIndicatorTest.php
Tests new comment marker.
CommentPreviewTest::testCommentPreview
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPreviewTest.php
Tests comment preview.
ConfigEntityListTest::testListUI
in drupal/
core/
modules/
config/
lib/
Drupal/
config/
Tests/
ConfigEntityListTest.php
Tests the listing UI.
DbLogTest::assertLogMessage
in drupal/
core/
modules/
dblog/
lib/
Drupal/
dblog/
Tests/
DbLogTest.php
Confirms that a log message appears on the database log overview screen.
DisplayExtenderUITest::testDisplayExtenderUI
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayExtenderUITest.php
Tests the display extender UI.
DisplayPath::testMenuOptions
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayPath.php
Tests the menu and tab option form.
DisplayPath::testPathUI
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayPath.php
DisplayTest::testAddDisplay
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayTest.php
Tests adding a display.
DisplayTest::testLinkDisplay
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayTest.php
Tests the link-display setting.
EntityOperationsTest::testEntityOperationAlter
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityOperationsTest.php
Checks that
hook_entity_operation_alter
() can add an operation.
EntityTranslationWorkflowsTest::testWorkflows
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
Tests/
EntityTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
FilledStandardUpgradePathTest::testFilledStandardUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilledStandardUpgradePathTest.php
Tests a successful point release update.
ForumBlockTest::testActiveForumTopicsBlock
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumBlockTest.php
Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumBlockTest.php
Tests the "New forum topics" block.
ForumTest::testForum
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Tests forum functionality through the admin and user interfaces.
GroupByTest::testGroupBySave
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
GroupByTest.php
Tests whether basic saving works.
HelpTest::testHelp
in drupal/
core/
modules/
help/
lib/
Drupal/
help/
Tests/
HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
ManageFieldsTest::testHiddenFields
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' option in
hook_field_info
().
MenuNodeTest::testMenuNodeFormWidget
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Tests/
MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::testHookMenuIntegration
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Menu/
MenuRouterTest.php
Test local tasks with route placeholders.
MenuRouterTest::testMenuLinkMaintain
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Menu/
MenuRouterTest.php
Tests for
menu_link_maintain
().
MenuTest::testMenus
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
Wizard/
MenuTest.php
Tests the menu functionality.
MenuTest::verifyMenuLink
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Tests/
MenuTest.php
Verify a menu link using the menu module UI.
MinimalTest::testMinimal
in drupal/
core/
profiles/
minimal/
lib/
Drupal/
minimal/
Tests/
MinimalTest.php
Tests Minimal installation profile.
PagePreviewTest::testPagePreview
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
PagePreviewTest.php
Checks the node preview functionality.
RowUITest::testRowUI
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
RowUITest.php
Tests changing the row plugin and changing some options of a row.
ShortcutLinksTest::testShortcutLinkAdd
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Tests/
ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkRename
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Tests/
ShortcutLinksTest.php
Tests that shortcut links can be renamed.
StandardTest::testStandard
in drupal/
core/
profiles/
standard/
lib/
Drupal/
standard/
Tests/
StandardTest.php
Tests Standard installation profile.
StyleUITest::testStyleUI
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
StyleUITest.php
Tests changing the style plugin and changing some options of a style.
TermTest::testTermInterface
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Save, edit and delete a term using the user interface.
TrackerTest::testTrackerAll
in drupal/
core/
modules/
tracker/
lib/
Drupal/
tracker/
Tests/
TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
UpdateScriptTest::testSuccessfulUpdateFunctionality
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Update/
UpdateScriptTest.php
Tests
update.php
after performing a successful update.
UserPasswordResetTest::testUserPasswordReset
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserPasswordResetTest.php
Tests password reset functionality.