Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Aug 2013 at 08:59 UTC
Updated:
29 Jul 2014 at 22:50 UTC
Having entity_test renderable allows to use FieldUnitTestBase whenever testing entity rendering, which is much faster than NodeTestBase. Such example is #1778122: Enable modules to inject attributes into field formatters, so that RDF attributes get output.
Comments
Comment #1
larowlanWhy not use entity_test_render, already has render controller and route
Comment #2
scor commentedFantastic, @larowlan. I was able to use entity_test_render in #1778122-54: Enable modules to inject attributes into field formatters, so that RDF attributes get output.