You are here

protected function DecimalFractionTest::setUp in Fraction 8

Same name and namespace in other branches
  1. 2.x tests/src/Unit/process/DecimalFractionTest.php \Drupal\Tests\fraction\Unit\process\DecimalFractionTest::setUp()

Overrides MigrateProcessTestCase::setUp

File

tests/src/Unit/process/DecimalFractionTest.php, line 19

Class

DecimalFractionTest
Tests the decimal fraction process plugin.

Namespace

Drupal\Tests\fraction\Unit\process

Code

protected function setUp() {
  $this->plugin = new DecimalFraction([], 'decimal_fraction', []);
  parent::setUp();
}