Skip to content
Snippets Groups Projects

Issue #2699565: Replace \Drupal:: with $this->container->get() in test classes of Basic Auth module

Open Issue #2699565: Replace \Drupal:: with $this->container->get() in test classes of Basic Auth module
1 unresolved thread
Open Alvaro Hurtado requested to merge issue/drupal-2699565:11.x into 11.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
23 * The page cache kill switch service.
24 *
25 * @var \Drupal\Core\PageCache\ResponsePolicy\ResponsePolicyInterface
26 */
27 private $pageCacheKillSwitch;
28
29 /**
30 * Constructs a new BasicAuthTestController object.
31 *
32 * @param \Drupal\Core\State\StateInterface $state
33 * The state storage service.
34 * @param \Drupal\Core\PageCache\ResponsePolicy\ResponsePolicyInterface $pageCacheKillSwitch
35 * The page cache kill switch service.
36 */
37 public function __construct(StateInterface $state, ResponsePolicyInterface $pageCacheKillSwitch) {
38 $this->state = $state;
  • Stephen Mustgrave left review comments

    left review comments

  • Alvaro Hurtado added 1 commit

    added 1 commit

    • dbeaafc6 - 11.x Use constructor promotion

    Compare with previous version

  • Alvaro Hurtado added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading