コード例 #1
0
ファイル: test.php プロジェクト: Crecket/secure-functions
 public function testCompareStrings()
 {
     $random_string = \SecureFuncs\SecureFuncs::randomString(12);
     $this->assertTrue(\SecureFuncs\SecureFuncs::compareStrings($random_string, $random_string));
 }