示例#1
0
文件: Test.php 项目: nelsonic/evc
 public function testRamdomCharacter()
 {
     $C = new Codes();
     $rand = $C->randomCharacter();
     $this->assertTrue(in_array($rand, $C->characters));
 }