You are here

35 calls to WebTestBase::drupalGetNodeByTitle() in Zircon Profile 8

BookTest::createBookNode in core/modules/book/src/Tests/BookTest.php
Creates a book node.
CommentLanguageTest::testCommentLanguage in core/modules/comment/src/Tests/CommentLanguageTest.php
Test that comment language is properly set.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
FileFieldDisplayTest::testDescToggle in core/modules/file/src/Tests/FileFieldDisplayTest.php
Tests description toggle for field instance configuration.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterFormatAccessTest::testFormatWidgetPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumIndexTest::testForumIndexStatus in core/modules/forum/src/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in core/modules/forum/src/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForumTopic in core/modules/forum/src/Tests/ForumTest.php
Creates a forum topic.
LegacyTest::testTaxonomyLegacyNode in core/modules/taxonomy/src/Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeCreationTest::testFailedPageCreation in core/modules/node/src/Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy in core/modules/node/src/Tests/NodeEditFormTest.php
Tests changing a node's "authored by" field.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldMultilingualTest::testMultilingualDisplaySettings in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
NodeFieldMultilingualTest::testMultilingualNodeForm in core/modules/node/src/Tests/NodeFieldMultilingualTest.php
Tests whether field languages are correctly set through the node form.
NodePostSettingsTest::testPagePostInfo in core/modules/node/src/Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeSaveTest::testImport in core/modules/node/src/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTest::testTimestamps in core/modules/node/src/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.
PageTitleTest::testTitleTags in core/modules/system/src/Tests/System/PageTitleTest.php
Tests the handling of HTML in node titles.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TermIndexTest::testTaxonomyIndex in core/modules/taxonomy/src/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/src/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in core/modules/taxonomy/src/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.