We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd8fe4 commit 4a1280dCopy full SHA for 4a1280d
dev/tests/integration/testsuite/Magento/Tax/Model/TaxCalculationTest.php
@@ -21,15 +21,11 @@ class TaxCalculationTest extends \PHPUnit\Framework\TestCase
21
private const EPSILON = 0.0000000001;
22
23
/**
24
- * Object Manager
25
- *
26
* @var \Magento\Framework\ObjectManagerInterface
27
*/
28
private $objectManager;
29
30
31
- * Tax calculation service
32
33
* @var \Magento\Tax\Api\TaxCalculationInterface
34
35
private $taxCalculationService;
0 commit comments