Improve module tests

This commit is contained in:
Dennis Eichhorn 2019-02-21 22:32:56 +01:00
parent 6f11124506
commit be1811c971

View File

@ -15,6 +15,11 @@ return [
'type' => PermissionType::CREATE,
'state' => PermissionState::MEDIA,
],
'data' => [
'field_name' => [
'type' => 'string', 'default' => 'Hello', 'validation' => '[\\w]*', 'required' => false,'annotation' => [],
]
],
],
],
'^.*/api/media/create.*$' => [