NeedsRngLengths.php 142 B

123456789
  1. <?php
  2. namespace Tests\Providers\Rng;
  3. trait NeedsRngLengths
  4. {
  5. /** @var array */
  6. protected $rngTestLengths = array(1, 16, 32, 256);
  7. }