function FieldUnitTest::testEmpty

Tests everything related to empty output of a field.

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php, line 239
Contains \Drupal\views\Tests\Handler\FieldUnitTest.

Class

FieldUnitTest
Tests the generic field handler.

Namespace

Drupal\views\Tests\Handler

Code

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