diff --git a/tests/revision_all.test b/tests/revision_all.test
index 87e5997..2066759 100644
--- a/tests/revision_all.test
+++ b/tests/revision_all.test
@@ -87,7 +87,7 @@ class RevisionAllBasicTests extends RevisionAllBase {
   /**
    * Implements getInfo().
    */
-  public public static function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => 'Revision All Base',
       'description' => 'Tests to ensure the Revision All settings work correctly.',

Comments

pillarsdotnet’s picture

Status: Active » Needs review
StatusFileSize
new823 bytes

Patch is against git 7.x-2.x branch

alexjarvis’s picture

Status: Needs review » Closed (fixed)

The patch has been added and the 6.x-1.3 and 7.x-1.1 releases fix the issue. Thanks pillarsdotnet.