mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
test: re-add original tests
This commit is contained in:
parent
1a4eba7349
commit
1c5eac72bb
9 changed files with 2255 additions and 7 deletions
|
@ -49,7 +49,6 @@ final class Config
|
|||
#[Assert\Choice(choices: ['javascript', 'php', 'typescript'])]
|
||||
public string $language;
|
||||
|
||||
#[Assert\Length(min: 1)]
|
||||
#[Assert\NotBlank]
|
||||
public string $name;
|
||||
|
||||
|
@ -57,9 +56,6 @@ final class Config
|
|||
#[Assert\NotBlank]
|
||||
public string $type;
|
||||
|
||||
#[Assert\NotBlank]
|
||||
public ?string $projectRoot;
|
||||
|
||||
#[Assert\Collection(
|
||||
allowExtraFields: false,
|
||||
fields: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue