Problem/Motivation
Chosen currently uses the Drupal\chosen\Tests\Form\ChosenFormTest test that extends Simpletest. This test extends the deprecated Simpletest WebTestBase.
Proposed resolution
Convert the Drupal\chosen\Tests\Form\ChosenFormTest to extend a PHPUnit base class instead.
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3055960-2.patch | 1.1 KB | idebr |
Comments
Comment #2
idebr commentedAttached patch updates
Drupal\chosen\Tests\Form\ChosenFormTestto extend a PHPUnit base class instead.Comment #4
nagy.balint commentedThanks!