Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
bccd256d
Commit
bccd256d
authored
Jun 06, 2009
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#482920
by Razorraser: made getInfo() static functions.
parent
c3af73ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/node/node.test
modules/node/node.test
+2
-2
No files found.
modules/node/node.test
View file @
bccd256d
...
@@ -806,7 +806,7 @@ class NodeSaveTestCase extends DrupalWebTestCase {
...
@@ -806,7 +806,7 @@ class NodeSaveTestCase extends DrupalWebTestCase {
* Tests related to node types.
* Tests related to node types.
*/
*/
class
NodeTypeTestCase
extends
DrupalWebTestCase
{
class
NodeTypeTestCase
extends
DrupalWebTestCase
{
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
'name'
=>
t
(
'Node types'
),
'name'
=>
t
(
'Node types'
),
'description'
=>
t
(
'Ensures that node type functions work correctly.'
),
'description'
=>
t
(
'Ensures that node type functions work correctly.'
),
...
@@ -838,7 +838,7 @@ class NodeTypeTestCase extends DrupalWebTestCase {
...
@@ -838,7 +838,7 @@ class NodeTypeTestCase extends DrupalWebTestCase {
* Rebuild the node_access table.
* Rebuild the node_access table.
*/
*/
class
NodeAccessRebuildTestCase
extends
DrupalWebTestCase
{
class
NodeAccessRebuildTestCase
extends
DrupalWebTestCase
{
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
'name'
=>
t
(
'Node access rebuild'
),
'name'
=>
t
(
'Node access rebuild'
),
'description'
=>
t
(
'Ensures that node access rebuild functions work correctly.'
),
'description'
=>
t
(
'Ensures that node access rebuild functions work correctly.'
),
...
...
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