protected function ProductBehaviorSettingsFormTest::setUp in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 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\FunctionalCode
protected function setUp() {
parent::setUp();
$this->store = $this
->createStore();
}