예제 #1
0
 function testCVSNames()
 {
     $r = new Rule_UserName();
     $this->assertTrue($r->isCvsAccount("anoncvs_"));
     $this->assertTrue($r->isCvsAccount("anoncvs_test"));
     $this->assertTrue($r->isCvsAccount("ANONCVS_"));
     $this->assertTrue($r->isCvsAccount("ANONCVS_TEST"));
 }