You are here

7 calls to TaxTypePluginTest::mockResponse() in Drupal Commerce Connector for AvaTax 8

TaxTypePluginTest::testApply in tests/src/Kernel/TaxTypePluginTest.php
Tests applying.
TaxTypePluginTest::testCommitTransaction in tests/src/Kernel/TaxTypePluginTest.php
Tests that a transaction is committed when an order is placed.
TaxTypePluginTest::testDisableCommitTransaction in tests/src/Kernel/TaxTypePluginTest.php
Tests that a transaction is not committed when configured to skip.
TaxTypePluginTest::testOrderAdjustments in tests/src/Kernel/TaxTypePluginTest.php
Tests that order adjustments are correctly sent.
TaxTypePluginTest::testRequestCaching in tests/src/Kernel/TaxTypePluginTest.php
Test that the request is correctly cached.
TaxTypePluginTest::testTransactionType in tests/src/Kernel/TaxTypePluginTest.php
Tests that the transaction type is correct when applying the adjustment.
TaxTypePluginTest::testVoidTransaction in tests/src/Kernel/TaxTypePluginTest.php
Test voiding a transaction.