Skip to content

Commit

Permalink
Make 100% testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodion Liuborets committed Mar 18, 2022
1 parent 59bb8d7 commit a2cc716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DocScan/Session/Retrieve/ReportResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public function shouldNotThrowExceptionWhenMissingValues()
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getTotalHits
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getRawResults
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getSearchConfig
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getAssociatedCountryCodes
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::__construct
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::getSources
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::getMatchingStrategy
Expand Down Expand Up @@ -248,6 +249,7 @@ public function shouldBuildWithWatchlistSummaryResponse()
* @test
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistScreeningSearchConfigResponse::__construct
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistScreeningSearchConfigResponse::getCategories
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::setSearchConfig
*/
public function shouldBuildWithWatchlistScreening()
{
Expand Down

0 comments on commit a2cc716

Please sign in to comment.