You are here

public function HierarchicalTermFormatterErrorTest::dataProvider in Hierarchical Term Formatter 8

Provides data for testFormatterError().

File

tests/src/Functional/HierarchicalTermFormatterErrorTest.php, line 107

Class

HierarchicalTermFormatterErrorTest
Verifies fix for formatter Fatal error.

Namespace

Drupal\Tests\hierarchical_term_formatter\Functional

Code

public function dataProvider() {
  return [
    [
      'all',
    ],
    [
      'linked',
    ],
    [
      'nonroot_only',
    ],
    [
      'parents_only',
    ],
    [
      'reversed',
    ],
    [
      'root_only',
    ],
    [
      'selected_only',
    ],
    [
      'separator',
    ],
  ];
}