11 calls to CommerceBaseTestCase::createDummyTaxRate() in Commerce Core 7
- CommerceBaseTesterTestCase::testTestCreateDummyTaxRate in tests/
commerce_base.test - Test creating a new tax rate.
- CommerceTaxUIAdminTest::testCommerceTaxUIAdminOrder in modules/
tax/ tests/ commerce_tax_ui.test - Check the taxes applied in the order admin view.
- CommerceTaxUIAdminTest::testCommerceTaxUIApplySalesTax in modules/
tax/ tests/ commerce_tax_ui.test - Check if a 'Salex tax' rate is correctly applied in a given order.
- CommerceTaxUIAdminTest::testCommerceTaxUIApplyVAT in modules/
tax/ tests/ commerce_tax_ui.test - Check if a 'VAT' tax type is correctly applied in a given product.
- CommerceTaxUIAdminTest::testCommerceTaxUIApplyVATInclusive in modules/
tax/ tests/ commerce_tax_ui.test - Check if a 'VAT' tax type is correctly applied in a given product.
- CommerceTaxUIAdminTest::testCommerceTaxUIConfigureTaxRate in modules/
tax/ tests/ commerce_tax_ui.test - Test configuring a tax rate.
- CommerceTaxUIAdminTest::testCommerceTaxUIDeleteTaxRate in modules/
tax/ tests/ commerce_tax_ui.test - Test deleting a tax rate.
- CommerceTaxUIAdminTest::testCommerceTaxUIDeleteTaxTypeWithRates in modules/
tax/ tests/ commerce_tax_ui.test - Text the deletion of a tax type that already has rates.
- CommerceTaxUIAdminTest::testCommerceTaxUIEditTaxRate in modules/
tax/ tests/ commerce_tax_ui.test - Test editing a tax rate.
- CommerceTaxUIAdminTest::testCommerceTaxUITaxNoMatchingCondition in modules/
tax/ tests/ commerce_tax_ui.test - A tax rate with no matching condition doesn't get applied.
- CommerceTaxUIAdminTest::testCommerceTaxUIUserOrderView in modules/
tax/ tests/ commerce_tax_ui.test - Check the taxes applied in the order that a normal user can view.