You are here

function FieldTest::testEmpty in Views (for Drupal 7) 8.3

Tests everything related to empty output of a field.

File

lib/Drupal/views/Tests/Handler/FieldTest.php, line 683
Definition of Drupal\views\Tests\Handler\FieldTest.

Class

FieldTest
Tests the generic field handler.

Namespace

Drupal\views\Tests\Handler

Code

function testEmpty() {
  $this
    ->_testHideIfEmpty();
  $this
    ->_testEmptyText();
}