コード例 #1
0
ファイル: BaseTest.php プロジェクト: Wookashlab/MainRepo
 public function testRandomAsciiReturnsAsciiCharacter()
 {
     $lowercaseLetters = '!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~';
     $this->assertTrue(strpos($lowercaseLetters, BaseProvider::randomAscii()) !== false);
 }