Issue #3454092: Convert WebAssertTest to a Unit test
1 unresolved thread
Closes #3454092
Merge request reports
Activity
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' => '']); changed this line in version 5 of the diff
- Resolved by catch
added 50 commits
-
6459a049...1a487f3b - 35 commits from branch
project:11.x
- 1a487f3b...ff17a6df - 5 earlier commits
- 3ce00e84 - testAddressEquals / testAddressNotEqualsException
- d9391c38 - Switch to MockClient
- 15b811af - testElementTextEquals
- 26c3773b - testPipeCharInLocator
- acc0eb9c - test*Link*
- 632409a7 - testTextAsserts
- bf15914b - testFieldAssertsForButton
- 9513f9f0 - Remaining test
- 0169c670 - Add visit function to simplify it
- 3d796153 - parent::setup
Toggle commit list-
6459a049...1a487f3b - 35 commits from branch
marked this merge request as draft from issue/drupal-3454092@4731ec72
- Resolved by catch
added 103 commits
-
3d796153...5a3ca127 - 88 commits from branch
project:11.x
- 5a3ca127...6e24da0a - 5 earlier commits
- cb92c036 - testAddressEquals / testAddressNotEqualsException
- b0e0f16b - Switch to MockClient
- 5e028acc - testElementTextEquals
- c51bf8f2 - testPipeCharInLocator
- 092c6a2c - test*Link*
- 92c92c65 - testTextAsserts
- 8cebf398 - testFieldAssertsForButton
- 1c724ac9 - Remaining test
- 3983b4b5 - Add visit function to simplify it
- 5cd2f0e1 - parent::setup
Toggle commit list-
3d796153...5a3ca127 - 88 commits from branch
marked this merge request as draft from issue/drupal-3454092@f07ebaab
Please register or sign in to reply