You are here

public function StockLevelFormatterTest::setup in Commerce Stock 8

Setting the field name.

Overrides StockLevelFieldTestBase::setup

File

modules/field/tests/src/Functional/StockLevelFormatterTest.php, line 17

Class

StockLevelFormatterTest
Provides tests for stock level field default formatter.

Namespace

Drupal\Tests\commerce_stock_field\Functional

Code

public function setup() {
  $this->fieldName = "Stock Level Test";
  parent::setup();
}