Skip to content
Snippets Groups Projects

Issue #3454092: Convert WebAssertTest to a Unit test

Closed Issue #3454092: Convert WebAssertTest to a Unit test
1 unresolved thread
Closed Michael Strelan requested to merge issue/drupal-3454092:3454092-webasserttest-unit into 11.x
1 unresolved thread

Closes #3454092

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
38 64 * @covers ::responseHeaderExists
39 65 */
40 66 public function testResponseHeaderExists() {
41 $this->drupalGet('test-null-header');
67 $this->visit('/test-null-header', '', ['Null-Header' => '']);
  • Michael Strelan
  • added 1 commit

    Compare with previous version

  • Michael Strelan added 50 commits

    added 50 commits

    Compare with previous version

  • Michael Strelan marked this merge request as draft from issue/drupal-3454092@4731ec72

    marked this merge request as draft from issue/drupal-3454092@4731ec72

  • Michael Strelan marked this merge request as ready

    marked this merge request as ready

  • nicxvan
  • Michael Strelan added 103 commits

    added 103 commits

    Compare with previous version

  • Michael Strelan marked this merge request as draft from issue/drupal-3454092@f07ebaab

    marked this merge request as draft from issue/drupal-3454092@f07ebaab

  • Michael Strelan marked this merge request as ready

    marked this merge request as ready

  • added 1 commit

    • dfbe84d9 - Update ::visit docs and remove dummy URIs

    Compare with previous version

  • Please register or sign in to reply
    Loading