Add tests for lookup functions by vocabulary references

This commit is contained in:
2024-10-10 14:16:52 +02:00
parent a9c506497c
commit 669a8a1459
2 changed files with 153 additions and 21 deletions

View File

@ -21,6 +21,10 @@ declare(strict_types = 1);
__DIR__ . '/../../MDErrorReporter/exceptions/generic',
__DIR__ . '/../../MDErrorReporter/exceptions/updates',
__DIR__ . '/../../MDMysqli/src',
__DIR__ . '/../../MDAllowedValueSets/src',
__DIR__ . '/../../MDAllowedValueSets/src/classes',
__DIR__ . '/../../MDAllowedValueSets/src/enums',
__DIR__ . '/../../MDAllowedValueSets/exceptions',
__DIR__ . '/../../MDMysqli/exceptions',
]) as $classDir) {