Problem/Motivation
WebTestBase::drupalGetToken() is never used. Additionally #2245003: Use a random seed instead of the session_id for CSRF token generation changed the way CSRF tokens are generated but this change was never reflected in WebTestBase::drupalGetToken().
Proposed resolution
Remove it.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2328995-remove-web-test-base-drupal-get-token.patch | 699 bytes | znerol |
Comments
Comment #1
znerol commentedComment #2
andypostNo usage is left, +1 to remove
Comment #3
webchickNice catch.
Committed and pushed to 8.x. Thanks!