Skip to content

Commit 104f3ca

Browse files
author
Gabriele Barcella
committed
test: added test for profit coefficient
1 parent ee6bbf1 commit 104f3ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/Model/TaxProfileTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function setUp(): void
7878
"enasarco": false,
7979
"enasarco_type": "null",
8080
"contributions_percentage": 0,
81+
"profit_coefficient": 0,
8182
"med": false,
8283
"default_vat": {
8384
"id": 66,
@@ -267,6 +268,14 @@ public function testPropertyContributionsPercentage()
267268
TestCase::assertEquals($this->object['contributions_percentage'], $this->array['contributions_percentage']);
268269
}
269270

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+
270279
/**
271280
* Test attribute "med"
272281
*/

0 commit comments

Comments
 (0)