summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-29 19:14:27 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-29 19:14:27 +0000
commit43089856c7119fd5d2d3fc5ff410f307a0546472 (patch)
treee26ca2cc7452da9cb55a0cc4aa5e16ee7aa6086c /modules
parentc7d326de48558617c4a7c0e9f38196c22329622a (diff)
downloadbrdo-43089856c7119fd5d2d3fc5ff410f307a0546472.tar.gz
brdo-43089856c7119fd5d2d3fc5ff410f307a0546472.tar.bz2
- Patch #251912 by mikey_p, kscheirer: clean up PageCreationTestCase.
Diffstat (limited to 'modules')
-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;