You are here

protected function PriceTest::setUp in Commerce Core 8.2

Overrides UnitTestCase::setUp

File

modules/price/tests/src/Unit/PriceTest.php, line 26

Class

PriceTest
Tests the Price class.

Namespace

Drupal\Tests\commerce_price\Unit

Code

protected function setUp() : void {
  parent::setUp();
  $this->price = new Price('10', 'USD');
}