mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
Remove Astro
This commit is contained in:
parent
98a337bdcd
commit
7bab7e91f4
10 changed files with 2 additions and 187 deletions
|
@ -213,7 +213,6 @@ class ConfigurationValidatorTest extends KernelTestCase
|
|||
public static function projectTypeProvider(): \Generator
|
||||
{
|
||||
return [
|
||||
yield 'astro' => [ProjectType::Astro->value, 0, null],
|
||||
yield 'drupal' => [ProjectType::Drupal->value, 0, null],
|
||||
yield 'fractal' => [ProjectType::Fractal->value, 0, null],
|
||||
yield 'invalid' => ['not-a-project-type', 1, 'The value you selected is not a valid choice.'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue