- Issue created by @spokje
- Status changed to Postponed
11 months ago 3:49pm 11 December 2023 - 🇳🇱Netherlands spokje
Postponed on 📌 Update Behat from 1.10 to 1.11 Active and a 10.3.x branch
- Status changed to Active
4 months ago 7:48pm 5 July 2024 - 🇺🇸United States tr Cascadia
Reopening, because 📌 Update Behat from 1.10 to 1.11 Active has been fixed for a while and 10.3 is already out... What needs to be done here?
I am encountering this error when testing with core Drupal 10.2:
Drupal\Tests\honeypot\Functional\HoneypotFormCacheTest::testCacheCommentForm TypeError: Behat\Mink\WebAssert::responseHeaderEquals(): Argument #2 ($value) must be of type string, null given, called in /builds/project/honeypot/tests/src/Functional/HoneypotFormCacheTest.php on line 138
There are no change records that mention this change and what the replacement is.
I need to know when this deprecation was introduced, and when the replacement method
responseHeaderDoesNotExist()
was introduced into core, so that I can update my test for this change and set my module's core dependencies properly.