Merge branch 'master' into sync-master-2052.

This commit is contained in:
Wilmer Arambula
2025-04-26 19:03:07 -04:00
594 changed files with 3603 additions and 1124 deletions

View File

@ -844,7 +844,7 @@ TEXT;
$this->assertIsString($key1);
$this->assertEquals($length, strlen($key1));
$key2 = $this->security->generateRandomKey($length);
$this->assertIsString('string', $key2);
$this->assertIsString($key2);
$this->assertEquals($length, strlen($key2));
$this->assertNotEquals($key1, $key2);
}