Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Unittest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Afzal committed Dec 28, 2016
1 parent 6fba035 commit 9633d78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/CustomsTariffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ public function testSearch()
$this->assertNotEmpty($ct->getList());
}


public function testFindCode()
{
$ct = new CustomsTariff();
$ct->findCode('0302310000');
$this->assertNotEmpty($ct->getList());
}

}

0 comments on commit 9633d78

Please sign in to comment.