Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html1/testsite/web/core/modules/user/tests/src/Kernel/Controller/

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/html1/testsite/web/core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php

<?php

namespace Drupal\Tests\user\Kernel\Controller;

use Drupal\Core\Datetime\DateFormatterInterface;
use Drupal\KernelTests\KernelTestBase;
use Drupal\user\Controller\UserController;
use Drupal\user\UserDataInterface;
use Drupal\user\UserStorageInterface;
use Psr\Log\LoggerInterface;

/**
 * @coversDefaultClass \Drupal\user\Controller\UserController
 * @group user
 */
class UserControllerTest extends KernelTestBase {

  /**
   * @group legacy
   * @expectedDeprecation Calling Drupal\user\Controller\UserController::__construct without the $flood parameter is deprecated in drupal:8.8.0 and is required in drupal:9.0.0. See https://www.drupal.org/node/1681832
   */
  public function testConstructorDeprecations() {
    $date_formatter = $this->prophesize(DateFormatterInterface::class);
    $user_storage = $this->prophesize(UserStorageInterface::class);
    $user_data = $this->prophesize(UserDataInterface::class);
    $logger = $this->prophesize(LoggerInterface::class);
    $controller = new UserController(
      $date_formatter->reveal(),
      $user_storage->reveal(),
      $user_data->reveal(),
      $logger->reveal()
    );
    $this->assertNotNull($controller);
  }

}

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