v1.0 Initial commit of project
This commit is contained in:
11
vendor/robthree/twofactorauth/tests/Providers/Rng/NeedsRngLengths.php
vendored
Normal file
11
vendor/robthree/twofactorauth/tests/Providers/Rng/NeedsRngLengths.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Providers\Rng;
|
||||
|
||||
trait NeedsRngLengths
|
||||
{
|
||||
/** @var array<int> */
|
||||
protected $rngTestLengths = array(1, 16, 32, 256);
|
||||
}
|
||||
Reference in New Issue
Block a user