summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/node/node.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.test b/modules/node/node.test
index 29fb04c7a..6eeda5c25 100644
--- a/modules/node/node.test
+++ b/modules/node/node.test
@@ -319,7 +319,7 @@ class PagePreviewTestCase extends DrupalWebTestCase {
}
}
-class PageCreationTestCase extends DrupalWebTestCase {
+class NodeCreationTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Node creation',
@@ -339,7 +339,7 @@ class PageCreationTestCase extends DrupalWebTestCase {
/**
* Create a page node and verify its consistency in the database.
*/
- function testPageCreation() {
+ function testNodeCreation() {
// Create a node.
$edit = array();
$langcode = LANGUAGE_NONE;