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 a7da278 commit fc0e761Copy full SHA for fc0e761
app/code/Magento/Sales/Test/Unit/Model/Order/Invoice/Total/DiscountTest.php
@@ -41,7 +41,10 @@ class DiscountTest extends TestCase
41
*/
42
protected $invoice;
43
44
- protected function setUp()
+ /**
45
+ * @inheritdoc
46
+ */
47
+ protected function setUp(): void
48
{
49
$this->objectManager = new ObjectManager($this);
50
$this->model = $this->objectManager->getObject(Discount::class);
@@ -63,6 +66,7 @@ protected function setUp()
63
66
/**
64
67
* Test for collect invoice
65
68
*
69
+ * @param array $invoiceData
70
* @dataProvider collectInvoiceData
71
* @return void
72
0 commit comments