Ejemplo n.º 1
0
 /**
  * Returns the singleton instance of the tests helper.
  *
  * @return Enlight_TestHelper
  */
 public static function Instance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }