You are here

protected function ProductBehaviorSettingsFormTest::setUp in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x modules/rh_commerce/tests/src/Functional/ProductBehaviorSettingsFormTest.php \Drupal\Tests\rh_commerce\Functional\ProductBehaviorSettingsFormTest::setUp()

Overrides RabbitHoleBehaviorSettingsFormTestBase::setUp

File

modules/rh_commerce/tests/src/Functional/ProductBehaviorSettingsFormTest.php, line 52

Class

ProductBehaviorSettingsFormTest
Test the functionality of the rabbit hole form additions to Commerce Product.

Namespace

Drupal\Tests\rh_commerce\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->store = $this
    ->createStore();
}