예제 #1
0
파일: Test.php 프로젝트: nelsonic/evc
 public function testRamdomCharacter()
 {
     $C = new Codes();
     $rand = $C->randomCharacter();
     $this->assertTrue(in_array($rand, $C->characters));
 }