1 field_views.test | public FieldViewsFieldTest::testFieldRender() |
File
- core/
modules/ field/ tests/ field_views.test, line 321 - Tests the Views integration with Field API.
Class
- FieldViewsFieldTest
- Tests the field_field handler. @TODO Check a entity-type with bundles Check a entity-type without bundles Check locale:disabled, locale:enabled and locale:enabled with another language Check revisions
Code
public function testFieldRender() {
$this->_testSimpleFieldRender();
$this->_testFormatterSimpleFieldRender();
$this->_testMultipleFieldRender();
}