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 ee6bbf1 commit 104f3caCopy full SHA for 104f3ca
test/Model/TaxProfileTest.php
@@ -78,6 +78,7 @@ public function setUp(): void
78
"enasarco": false,
79
"enasarco_type": "null",
80
"contributions_percentage": 0,
81
+ "profit_coefficient": 0,
82
"med": false,
83
"default_vat": {
84
"id": 66,
@@ -267,6 +268,14 @@ public function testPropertyContributionsPercentage()
267
268
TestCase::assertEquals($this->object['contributions_percentage'], $this->array['contributions_percentage']);
269
}
270
271
+ /**
272
+ * Test attribute "profit_coefficient"
273
+ */
274
+ public function testPropertyProfitCoefficient()
275
+ {
276
+ TestCase::assertEquals($this->object['profit_coefficient'], $this->array['profit_coefficient']);
277
+ }
278
+
279
/**
280
* Test attribute "med"
281
*/
0 commit comments