Skip to content

Commit a2cc716

Browse files
author
Rodion Liuborets
committed
Make 100% testing coverage
1 parent 59bb8d7 commit a2cc716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DocScan/Session/Retrieve/ReportResponseTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function shouldNotThrowExceptionWhenMissingValues()
7070
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getTotalHits
7171
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getRawResults
7272
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getSearchConfig
73+
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::getAssociatedCountryCodes
7374
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::__construct
7475
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::getSources
7576
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistAdvancedCaSearchConfigResponse::getMatchingStrategy
@@ -248,6 +249,7 @@ public function shouldBuildWithWatchlistSummaryResponse()
248249
* @test
249250
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistScreeningSearchConfigResponse::__construct
250251
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistScreeningSearchConfigResponse::getCategories
252+
* @covers \Yoti\DocScan\Session\Retrieve\WatchlistSummaryResponse::setSearchConfig
251253
*/
252254
public function shouldBuildWithWatchlistScreening()
253255
{

0 commit comments

Comments
 (0)