Add class NodaValidationHelper, for now for validating actor

descriptions
This commit is contained in:
2022-05-17 23:27:40 +02:00
parent ac79f421ff
commit c00cb6b629
8 changed files with 148 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<?PHP
/**
* This script contains tests for the home page.
* This script contains tests for the Wikidata fetcher.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
@@ -11,7 +11,7 @@ require_once __DIR__ . "/../../MDErrorReporter/exceptions/generic/MDExpectedExce
require_once __DIR__ . "/../../MD_STD/src/MD_STD.php";
/**
* Tests for home page.
* This script contains tests for the Wikidata fetcher.
*/
final class NodaWikidataFetcherTest extends TestCase {
/**