mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-03 18:25:32 +01:00
chore: add missing values to the Config DTO
Add missing properties and constraints to the `Config` data transfer object.
This commit is contained in:
parent
517309e222
commit
95012241e1
2 changed files with 193 additions and 33 deletions
|
@ -96,8 +96,6 @@ class ConfigurationValidatorTest extends KernelTestCase
|
|||
return [
|
||||
yield 'Non-empty string' => ['test', 0],
|
||||
yield 'Empty string' => ['', 1],
|
||||
yield 'False' => [false, 1],
|
||||
yield 'Null' => [null, 1],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue