function test_locale_date_rule()
 {
     parent::UnitTestCase();
 }
	function test_tree_identifier_rule()
	{
		$this->db =& db_factory :: instance();
		
		parent::UnitTestCase();
	} 
 function test_unique_email_user_rule()
 {
     parent::UnitTestCase();
     $this->db = db_factory::instance();
 }
	function test_user_old_password_rule()
	{
		parent::UnitTestCase();
  }
 function test_required_rule()
 {
     parent::UnitTestCase();
 }
Exemplo n.º 6
0
 function test_match_rule($name = 'match rule test case')
 {
     parent::UnitTestCase($name);
 }
 function size_range_rule_test_case($name = 'size range rule test case')
 {
     parent::UnitTestCase($name);
 }
Exemplo n.º 8
0
 function test_email_rule($name = 'test_email_rule')
 {
     parent::UnitTestCase($name);
 }