Search for test
Title | Object type | File name | Summary |
---|---|---|---|
NodeSaveTestCase::$web_user | property | modules/ |
|
NodeSaveTestCase::getInfo | function | modules/ |
|
NodeSaveTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeSaveTestCase::testDeterminingChanges | function | modules/ |
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save. |
NodeSaveTestCase::testImport | function | modules/ |
Checks whether custom node IDs are saved properly during an import operation. |
NodeSaveTestCase::testNodeSaveOnInsert | function | modules/ |
Tests saving a node on node insert. |
NodeSaveTestCase::testTimestamps | function | modules/ |
Verifies accuracy of the "created" and "changed" timestamp functionality. |
NodeTitleTestCase | class | modules/ |
Tests node title functionality. |
NodeTitleTestCase::$admin_user | property | modules/ |
A user with permission to create and edit content and to administer nodes. |
NodeTitleTestCase::getInfo | function | modules/ |
|
NodeTitleTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeTitleTestCase::testNodeTitle | function | modules/ |
Creates one node and tests if the node title has the correct value. |
NodeTitleXSSTestCase | class | modules/ |
Tests XSS functionality with a node entity. |
NodeTitleXSSTestCase::getInfo | function | modules/ |
|
NodeTitleXSSTestCase::testNodeTitleXSS | function | modules/ |
Tests XSS functionality with a node entity. |
NodeTokenReplaceTestCase | class | modules/ |
Test node token replacement in strings. |
NodeTokenReplaceTestCase::getInfo | function | modules/ |
|
NodeTokenReplaceTestCase::testNodeTokenReplacement | function | modules/ |
Creates a node, then tests the tokens generated from it. |
NodeTypePersistenceTestCase | class | modules/ |
Test node type customizations persistence. |
NodeTypePersistenceTestCase::getInfo | function | modules/ |
|
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence | function | modules/ |
Tests that node type customizations persist through disable and uninstall. |
NodeTypeTestCase | class | modules/ |
Tests related to node types. |
NodeTypeTestCase::getInfo | function | modules/ |
|
NodeTypeTestCase::testNodeTypeCreation | function | modules/ |
Tests creating a content type programmatically and via a form. |
NodeTypeTestCase::testNodeTypeDeletion | function | modules/ |
Tests deleting a content type that still has content. |
NodeTypeTestCase::testNodeTypeEditing | function | modules/ |
Tests editing a node type using the UI. |
NodeTypeTestCase::testNodeTypeGetFunctions | function | modules/ |
Ensures that node type functions (node_type_get_*) work correctly. |
NodeTypeTestCase::testNodeTypeStatus | function | modules/ |
Tests that node_types_rebuild() correctly handles the 'disabled' flag. |
NodeWebTestCase | class | modules/ |
Defines a base class for testing the Node module. |
NodeWebTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
node_access_entity_test_page | function | modules/ |
Page callback for node access entity test page. |
node_access_test.info | file | modules/ |
name = "Node module access tests" description = "Support module for node permission testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_access_test.install | file | modules/ |
Install, update and uninstall functions for the node_access_test module. |
node_access_test.module | file | modules/ |
A dummy module implementing node access related hooks for testing purposes. |
node_access_test_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). |
node_access_test_menu | function | modules/ |
Implements hook_menu(). |
node_access_test_node_access_records | function | modules/ |
Implements hook_node_access_records(). |
node_access_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
node_access_test_node_grants | function | modules/ |
Implements hook_node_grants(). |
node_access_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
node_access_test_node_load | function | modules/ |
Implements hook_node_load(). |
node_access_test_node_update | function | modules/ |
Implements hook_node_update(). |
node_access_test_page | function | modules/ |
Page callback for node access test page. |
node_access_test_permission | function | modules/ |
Implements hook_permission(). |
node_access_test_schema | function | modules/ |
Implements hook_schema(). |
node_test.info | file | modules/ |
name = "Node module tests" description = "Support module for node related testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_test.module | file | modules/ |
A dummy module for testing node related hooks. |
node_test_entity_view_mode_alter | function | modules/ |
Implements hook_entity_view_mode_alter(). |
node_test_exception.info | file | modules/ |
name = "Node module exception tests" description = "Support module for node related exception testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
node_test_exception.module | file | modules/ |
A module implementing node related hooks to test API interaction. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.