12 use Magento\Mtf\Fixture\FixtureFactory;
13 use Magento\Mtf\ObjectManager;
14 use Magento\Mtf\TestCase\Injectable;
72 ->createByCode(
'catalogAttributeSet', [
'dataset' =>
'custom_attribute_set_with_fpt']);
88 $this->objectManager->create(
89 \
Magento\Customer\Test\TestStep\LoginCustomerOnFrontendStep::class,
109 $this->fixtureFactory->createByCode(
'taxRule', [
'dataset' =>
'tax_rule_default'])->persist();
110 $product = $this->fixtureFactory->createByCode(
111 'catalogProductSimple',
115 $this->objectManager->create(
116 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
131 $this->objectManager->create(\
Magento\Tax\Test\TestStep\DeleteAllTaxRulesStep::class)->run();
132 $this->objectManager->create(
133 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
134 [
'configData' =>
'default_tax_configuration,shipping_tax_class_taxable_goods_rollback']
test( $productData, $configData, Customer $customer, CatalogAttributeSet $attributeSet)
__prepare(FixtureFactory $fixtureFactory)
loginCustomer(Customer $customer)