Follow-up to #2331685: PHPUnit deprecated assertTag(), assertNotTag() and assertSelectEquals()
Problem/Motivation
@dawehner in #2331685-15: PHPUnit deprecated assertTag(), assertNotTag() and assertSelectEquals()
Ideally not all our unit tests would extend from dom test, but well, maybe we have to wait until the trait is in.
Remaining tasks
Create a similar patch to https://github.com/phpunit/phpunit-dom-assertions/pull/4 for drupal
User interface changes
None
API changes
UnitTestCase will again extend \PHPUnit_Framework_TestCase
And all the phpunit test using assertTag() and assertSelectEquals() will use this trait
Comments
Comment #1
dawehnerWell yeah I would wait until the phpunit merge is in and then just use it.
Comment #2
jibranPR merged. Now postpone on #2331685: PHPUnit deprecated assertTag(), assertNotTag() and assertSelectEquals()
Comment #3
jibranWe are not using phpunit-dom-assertions anymore so won't fix.