Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Aug 2017 at 12:56 UTC
Updated:
22 Sep 2017 at 13:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dawehnerComment #3
lendudePretty sure we don't need to convert these as part of core :)
Should we just do all the update tests in one issue, cross module? So far the conversions were extremely straight forward once we got everything up and running in BrowserTestBase, so I wouldn't expect it to be completely unreviewable. So I'd be +1 for that.
Comment #4
dawehnerFair, well ... I just used the class hierarchy in phpstorm :)
I agree with the idea of @Lendude, all those update path tests are basically one thing are will probably not contain any special bit. Its one review scope :)
Comment #5
lendudeThis converts everything that extended
\Drupal\system\Tests\Update\UpdatePathTestBase, lets see what this does.Comment #7
lendudetweaks.
Comment #8
dawehnerHa, nice catch phpunit!
Comment #9
catchCommitted/pushed to 8.5.x and cherry-picked to 8.4.x. Thanks!