You are here
120 calls to DrupalWebTestCase::drupalCreateNode() in Drupal 7
AccessDeniedTestCase::testAccessDenied in modules/ system/system.test
BlogTestCase::doBasicTests in modules/ blog/blog.test
Run basic tests on the indicated user.
BlogTestCase::testBlog in modules/ blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testUnprivilegedUser in modules/ blog/blog.test
Confirm that the "You are not allowed to post a new blog entry." message
shows up if a user submitted blog entries, has been denied that
permission, and goes to the blog page.
CascadingStylesheetsTestCase::testRenderInlineFullPage in modules/ simpletest/ tests/common.test
Tests rendering inline stylesheets through a full page request.
CommentFieldsTest::testCommentEnable in modules/ comment/comment.test
Test that comment module works when enabled after a content module.
CommentHelperCase::setUp in modules/ comment/comment.test
Sets up a Drupal site for running functional and integration tests.
CommentInterfaceTest::testCommentClasses in modules/ comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in modules/ comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/ comment/comment.test
Tests new comment marker.
CommentNodeAccessTest::setUp in modules/ comment/comment.test
Sets up a Drupal site for running functional and integration tests.
CommentPagerTest::testCommentNewPageIndicator in modules/ comment/comment.test
Test comment_new_page_count ().
CommentPagerTest::testCommentOrderingThreading in modules/ comment/comment.test
Test comment ordering and threading.
CommentPagerTest::testCommentPaging in modules/ comment/comment.test
Confirm comment paging works correctly with flat and threaded comments.
CommentThreadingTestCase::testCommentThreading in modules/ comment/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/ comment/comment.test
Creates a comment, then tests the tokens generated from it.
ContextualDynamicContextTestCase::testNodeLinks in modules/ contextual/contextual.test
Tests contextual links on node lists with different permissions.
DateTimeFunctionalTest::testTimeZoneHandling in modules/ system/system.test
Test time zones and DST handling.
EntityLoadTestCase::testEntityLoadConditions in modules/ simpletest/ tests/entity_crud.test
Tests the functionality for loading entities matching certain conditions.
FieldUIManageDisplayTestCase::testViewModeCustom in modules/ field_ui/field_ui.test
Tests switching view modes to use custom or 'default' settings'.
FileFieldDisplayTestCase::testNodeDisplay in modules/ file/ tests/file.test
Tests normal formatter display on node display.
FileFieldTestCase::uploadNodeFile in modules/ file/ tests/file.test
Uploads a file to a node.
FileFieldWidgetTestCase::testWidgetValidation in modules/ file/ tests/file.test
Tests validation with the Upload button.
FilterSecurityTestCase::testDisableFilterModule in modules/ filter/filter.test
Tests removal of filtered content when an active filter is disabled.
ImageFieldDefaultImagesTestCase::testDefaultImages in modules/ image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/ image/image.test
Test use of a default image with an image field.
ListFieldUITestCase::testListAllowedValuesFloat in modules/ field/ modules/ list/ tests/list.test
List (float) : test 'allowed values' input.
ListFieldUITestCase::testListAllowedValuesInteger in modules/ field/ modules/ list/ tests/list.test
List (integer) : test 'allowed values' input.
ListFieldUITestCase::testListAllowedValuesText in modules/ field/ modules/ list/ tests/list.test
List (text) : test 'allowed values' input.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/ locale/locale.test
Test if a content type can be set to multilingual and language setting is
present on node add and edit forms.
LocaleContentFunctionalTest::testNodeCreationWithLanguage in modules/ locale/locale.test
Verifies that nodes may be created with different languages.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/ locale/locale.test
Functional tests for localizing date formats.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/ locale/locale.test
Test if a language can be associated with a path alias.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/ simpletest/ tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::testMenuNodeFormWidget in modules/ menu/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuTestCase::doMenuTests in modules/ menu/menu.test
Test menu functionality using navigation menu.
MenuTestCase::testUnpublishedNodeMenuItem in modules/ menu/menu.test
Tests that menu admin lists can include menu items for unpublished nodes.
NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/ node/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in modules/ node/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTestCase::testForumPager in modules/ node/node.test
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRecordsTestCase::testNodeAccessRecords in modules/ node/node.test
Creates a node and tests the creation of node access rules.
NodeAccessTestCase::testNodeAccess in modules/ node/node.test
Runs basic tests for node_access function.
NodeAdminTestCase::testContentAdminPages in modules/ node/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminSort in modules/ node/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/ node/node.test
Tests the recent comments block.
NodeBuildContent::testNodeRebuildContent in modules/ node/node.test
Ensures that content array is rebuilt on every call to node_build_content ().
NodeEntityFieldQueryAlter::setUp in modules/ node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeLoadHooksTestCase::testHookNodeLoad in modules/ node/node.test
Test that hook_node_load () is invoked correctly.
NodeLoadMultipleTestCase::testNodeMultipleLoad in modules/ node/node.test
Create four nodes and ensure they're loaded correctly.
NodeMultiByteUtf8Test::testMultiByteUtf8 in modules/ node/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodePageCacheTest::testNodeDelete in modules/ node/node.test
Tests deleting nodes clears page cache.
NodeQueryAlter::setUp in modules/ node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionPermissionsTestCase::setUp in modules/ node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::setUp in modules/ node/node.test
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/ node/node.test
Checks that revisions are correctly saved without log messages.
NodeRSSContentTestCase::testNodeRSSContent in modules/ node/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeSaveTestCase::testNodeSaveOnInsert in modules/ node/node.test
Tests saving a node on node insert.
NodeTitleTestCase::testNodeTitle in modules/ node/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in modules/ node/node.test
Tests XSS functionality with a node entity.
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/ node/node.test
Creates a node, then tests the tokens generated from it.
NodeTypeTestCase::testNodeTypeDeletion in modules/ node/node.test
Tests deleting a content type that still has content.
PageNotFoundTestCase::testPageNotFound in modules/ system/system.test
PageViewTestCase::testPageView in modules/ node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PathLanguageTestCase::testAliasTranslation in modules/ path/path.test
Test alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in modules/ path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in modules/ path/path.test
Tests that duplicate aliases fail validation.
PathTestCase::testNodeAlias in modules/ path/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in modules/ path/path.test
Tests the path cache.
PHPTestCase::createNodeWithCode in modules/ php/php.test
Creates a test node with PHP code in the body.
ProfileBlockTestCase::setUp in modules/ profile/profile.test
Sets up a Drupal site for running functional and integration tests.
RdfCommentAttributesTestCase::setUp in modules/ rdf/rdf.test
Sets up a Drupal site for running functional and integration tests.
RdfMappingDefinitionTestCase::testAttributesInMarkup1 in modules/ rdf/rdf.test
Create a node of type blog and test whether the RDF mapping defined for
this node type in rdf_test.module is used in the node page.
RdfMappingDefinitionTestCase::testAttributesInMarkup2 in modules/ rdf/rdf.test
Create a content type and a node of type test_bundle_hook_install and test
whether the RDF mapping defined in rdf_test.install is used.
RdfMappingDefinitionTestCase::testAttributesInMarkup3 in modules/ rdf/rdf.test
Create a random content type and node and ensure the default mapping for
node is used.
RdfMappingDefinitionTestCase::testUserAttributesInMarkup in modules/ rdf/rdf.test
Create a random user and ensure the default mapping for user is used.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in modules/ rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa
when displayed as a teaser.
RdfTrackerAttributesTestCase::testAttributesInTracker in modules/ rdf/rdf.test
Create nodes as both admin and anonymous user and test for correct RDFa
markup on the tracker page for those nodes and their comments.
SearchAdvancedSearchForm::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchCommentTestCase::testAddNewComment in modules/ search/search.test
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in modules/ search/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in modules/ search/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchEmbedForm::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchExactTestCase::testExactQuery in modules/ search/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/ search/search.test
Tests that search works with punctuation and HTML entities.
SearchNodeTagTest::testNodeSearchQueryTags in modules/ search/search.test
Tests that the correct tags are available and hooks invoked.
SearchNumberMatchingTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTestCase::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchRankingTestCase::testDoubleRankings in modules/ search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in modules/ search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in modules/ search/search.test
SearchSetLocaleTest::setUp in modules/ search/search.test
Sets up a Drupal site for running functional and integration tests.
ShortcutTestCase::setUp in modules/ shortcut/shortcut.test
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTestCase::setUp in modules/ statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
StatisticsLoggingTestCase::setUp in modules/ statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
StatisticsReportsTestCase::testPopularContentBlock in modules/ statistics/statistics.test
Tests the "popular content" block.
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement in modules/ statistics/statistics.test
Creates a node, then tests the statistics tokens generated from it.
SummaryLengthTestCase::testSummaryLength in modules/ node/node.test
Tests the node summary length functionality.
SystemThemeFunctionalTest::setUp in modules/ system/system.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in modules/ taxonomy/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
ThemeDebugMarkupTestCase::testDebugOutput in modules/ simpletest/ tests/theme.test
Tests debug markup added to template output.
TokenReplaceTestCase::testTokenReplacement in modules/ system/system.test
Creates a user and a node, then tests the tokens generated from them.
TrackerTest::testTrackerAdminUnpublish in modules/ tracker/tracker.test
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in modules/ tracker/tracker.test
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in modules/ tracker/tracker.test
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in modules/ tracker/tracker.test
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerNewNodes in modules/ tracker/tracker.test
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerOrderingNewComments in modules/ tracker/tracker.test
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in modules/ tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.
TriggerContentTestCase::testActionContentMultiple in modules/ trigger/trigger.test
Tests multiple node actions.
TriggerOtherTestCase::testActionsComment in modules/ trigger/trigger.test
Tests triggering on comment save.
TriggerUserActionTestCase::testUserActionAssignmentExecution in modules/ trigger/trigger.test
Tests user action assignment and execution.
UserCancelTestCase::testUserAnonymize in modules/ user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlockUnpublish in modules/ user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in modules/ user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in modules/ user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in modules/ user/user.test
Delete account and remove all content.
UserSignatureTestCase::testUserSignature in modules/ user/user.test
Test that a user can change their signature format and that it is respected
upon display.
UserTimeZoneFunctionalTest::testUserTimeZone in modules/ user/user.test
Tests the display of dates and time when user-configurable time zones are set.