mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
test: adding extra databases
This commit is contained in:
parent
df070e1c7d
commit
fb53f307af
3 changed files with 51 additions and 0 deletions
|
@ -16,6 +16,7 @@ final class Config
|
|||
'extra_databases' => new Assert\Optional([
|
||||
new Assert\Type('array'),
|
||||
new Assert\All([
|
||||
new Assert\NotBlank(),
|
||||
new Assert\Type('string'),
|
||||
]),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue