From 43089856c7119fd5d2d3fc5ff410f307a0546472 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 29 Dec 2009 19:14:27 +0000 Subject: - Patch #251912 by mikey_p, kscheirer: clean up PageCreationTestCase. --- modules/node/node.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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; -- cgit v1.2.3