Beispiel #1
0
 public static function suite()
 {
     self::$path = dirname(__FILE__) . '/../htpasswd/data/htpasswd';
     self::$empty = dirname(__FILE__) . '/../htpasswd/data/htpasswd_empty';
     return new PHPUnit_Framework_TestSuite("ezcAuthenticationGroupTest");
 }