You are here

public function CurrencyAmountTest::providerTestProcess in Currency 8.3

Provides data to self::testProcess().

File

tests/src/Unit/Element/CurrencyAmountTest.php, line 294

Class

CurrencyAmountTest
@coversDefaultClass \Drupal\currency\Element\CurrencyAmount

Namespace

Drupal\Tests\currency\Unit\Element

Code

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