Skip to content

Commit

Permalink
Add missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Jul 6, 2020
1 parent 27e14bd commit 6339ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/PackageTransportCostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function testStaticConstructor()
$this->assertCount(5, $transportCost->getCostsBreakdown());
$this->assertEquals('Avizace telefonem na vykládce: Ano', $transportCost->getCostsBreakdown()[3]->getName());
$this->assertEquals(100, $transportCost->getCostsBreakdown()[2]->getCost());
$this->assertEquals('CZK', $transportCost->getCostsBreakdown()[0]->getCurrencyCode());
}

public function testStaticConstructorWithMissingData()
Expand Down

0 comments on commit 6339ffd

Please sign in to comment.