Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
43089856
Commit
43089856
authored
Dec 29, 2009
by
Dries
Browse files
- Patch
#251912
by mikey_p, kscheirer: clean up PageCreationTestCase.
parent
c7d326de
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.test
View file @
43089856
...
...
@@ -319,7 +319,7 @@ class PagePreviewTestCase extends DrupalWebTestCase {
}
}
class
Pag
eCreationTestCase
extends
DrupalWebTestCase
{
class
Nod
eCreationTestCase
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
test
Pag
eCreation
()
{
function
test
Nod
eCreation
()
{
// Create a node.
$edit
=
array
();
$langcode
=
LANGUAGE_NONE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment