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 automatic translation class for time names.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
@ -9,7 +9,7 @@ use PHPUnit\Framework\TestCase;
require __DIR__ . "/../src/NodaTimeAutotranslater.php";
/**
* Tests for home page.
* This script contains tests for the automatic translation class for time names.
*/
final class NodaTimeAutotranslaterTest extends TestCase {
/**