Add tests for lookup functions by vocabulary references
This commit is contained in:
@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user