Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-03-23-18-42-19
[civicrm-core.git] / tests / phpunit / CRM / Pledge / AllTests.php
index 5df3bacd4931bb54e012f39ca42e09352dd617bc..ca8c3aead1a04d6333bdd6a5f6d4fe99ec0d3df4 100644 (file)
@@ -47,18 +47,19 @@ class CRM_Pledge_AllTests extends CiviTestSuite {
    */
   private static function getInstance() {
     if (is_null(self::$instance)) {
-      self::$instance = new self;
+      self::$instance = new self();
     }
     return self::$instance;
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class CRM_Pledge_AllTests