Skip to content
Snippets Groups Projects

Add authenticated user performance tests.

Open catch requested to merge issue/drupal-3414261:3414261-add-authenticated-user into 11.x
1 unresolved thread

Closes #3414261

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
16
17 /**
18 * {@inheritdoc}
19 */
20 protected $profile = 'demo_umami';
21
22 protected function setUp(): void {
23 parent::setUp();
24 $user = $this->drupalCreateUser();
25 $this->drupalLogin($user);
26 }
27
28 /**
29 * Logs front page tracing data with an authenticated user and warm cache.
30 */
31 public function testFrontPageAuthenticatedWarmCache() {
  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading