diff options
Diffstat (limited to 'modules/node/node.test')
-rw-r--r-- | modules/node/node.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.test b/modules/node/node.test index 82428f848..c302d9bca 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -1509,7 +1509,7 @@ class NodeQueryAlter extends DrupalWebTestCase { * Verifies that a non-standard table alias can be used, and that a * user with node access can view the nodes. */ - function testNodeQueryAlterLowLevelWithAccess() { + function testNodeQueryAlterLowLevelWithAccess() { // User with access should be able to view 4 nodes. try { $query = db_select('node', 'mytab') |