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,15 +1,15 @@
<?PHP
/**
* This script contains tests for the home page.
* This script contains tests for the uncertainty helper.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
declare(strict_types = 1);
use PHPUnit\Framework\TestCase;
require __DIR__ . "/../src/NodaUncertaintyHelper.php";
require_once __DIR__ . "/../src/NodaUncertaintyHelper.php";
/**
* Tests for home page.
* This script contains tests for the uncertainty helper.
*/
final class NodaUncertaintyHelperTest extends TestCase {
/**