Remove Astro

This commit is contained in:
Oliver Davies 2024-01-21 22:01:49 +00:00
parent 98a337bdcd
commit 7bab7e91f4
10 changed files with 2 additions and 187 deletions

View file

@ -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.'],