mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-19 18:37:45 +00:00
Update PersonIdentifierWorkerNormalizerTest to include presence attribute in expected normalized data
- Replaced `id` with `definition_id` in expected output for consistency. - Ensured `presence` attribute is validated in test cases.
This commit is contained in:
@@ -116,10 +116,11 @@ class PersonIdentifierWorkerNormalizerTest extends TestCase
|
||||
|
||||
self::assertSame([
|
||||
'type' => 'person_identifier_worker',
|
||||
'id' => null,
|
||||
'definition_id' => null,
|
||||
'engine' => 'string',
|
||||
'label' => ['en' => 'SSN'],
|
||||
'isActive' => false,
|
||||
'presence' => 'ON_EDIT'
|
||||
], $normalized);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user