You are here

public function viewsHandlerFieldFieldTest::testFieldRender in Views (for Drupal 7) 7.3

File

tests/field/views_fieldapi.test, line 328
Tests the fieldapi integration of viewsdata.

Class

viewsHandlerFieldFieldTest
Tests the field_field handler.

Code

public function testFieldRender() {
  $this
    ->_testSimpleFieldRender();
  $this
    ->_testFormatterSimpleFieldRender();
  $this
    ->_testMultipleFieldRender();
}