You are here

public function AmountTest::providerTestRender in Currency 8.3

Provides data to self::testRender().

File

tests/src/Unit/Plugin/views/field/AmountTest.php, line 405

Class

AmountTest
@coversDefaultClass \Drupal\currency\Plugin\views\field\Amount

Namespace

Drupal\Tests\currency\Unit\Plugin\views\field

Code

public function providerTestRender() {
  return [
    [
      TRUE,
    ],
    [
      FALSE,
    ],
  ];
}