You are here

function FieldKernelTest::testEmpty in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Handler/FieldKernelTest.php \Drupal\views\Tests\Handler\FieldKernelTest::testEmpty()

Tests everything related to empty output of a field.

File

core/modules/views/src/Tests/Handler/FieldKernelTest.php, line 359
Contains \Drupal\views\Tests\Handler\FieldKernelTest.

Class

FieldKernelTest
Tests the generic field handler.

Namespace

Drupal\views\Tests\Handler

Code

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