- Patch #482920 by Razorraser: made getInfo() static functions.
parent
c3af73ef17
commit
bccd256d2f
|
@ -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 {
|
||||||
* 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.'),
|
||||||
|
|
Loading…
Reference in New Issue