EntityFieldTest delegates all the actual testing to internal assertXx() helpers.
When something fails in there, the only thing that gets reported is a fail on the top-level assert, so this is not really a good pattern for assert helpers with 200+ LoC...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2369639-EntityFieldTest-helpers-1.patch | 5.56 KB | yched |
Comments
Comment #1
yched commentedAttached patch renames the internal helpers to something that's not assertXx().
Comment #2
yched commented(also removes stale use statements)
Comment #3
amateescu commentedQuick enough? :)
Comment #4
yched commented@amateescu : thanks ;-)
Comment #5
alexpottThis issue is a prioritized change (test improvements) as per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase? and it's benefits outweigh any disruption. Committed 900d403 and pushed to 8.0.x. Thanks!