Drupal 8.4.x adds image:image_url to available display plugins. This messes up the tests that assume/require an exact match for display plugins between a hard coded list and what Drupal reports is available.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2862333-tests-are-broken-4.patch | 945 bytes | nickdickinsonwilde |
| #2 | 2862333-tests-are-broken-2.patch | 943 bytes | nickdickinsonwilde |
Comments
Comment #2
nickdickinsonwildeThis should fix that.
Somewhat refactors the test to just test that the tested displays are all available but allows Drupal to provide more without choking
Comment #4
nickdickinsonwildehmm I guess assertEmpty() isn't available through WebTestBase. Well that's easy to work around.
Comment #5
marcoscanoComment #7
dave reidCommitted #4 to 8.x-1.x. Thanks @NickWilde!