function FieldKernelTest::testEmpty in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\HandlerCode
function testEmpty() {
  $this
    ->_testHideIfEmpty();
  $this
    ->_testEmptyText();
}