Add coverage information to tests, fix coverage of NodaValidationHelper

This commit is contained in:
2023-11-07 23:31:42 +01:00
parent 1a7dbcd6f6
commit c9b0e7085f
7 changed files with 37 additions and 5 deletions

View File

@ -9,6 +9,8 @@ use PHPUnit\Framework\TestCase;
/**
* This script contains tests for the Wikidata fetcher.
*
* @covers \NodaWikidataFetcher
*/
final class NodaWikidataFetcherTest extends TestCase {
/**