diff --git a/composer.json b/composer.json index 23fe7bc15..7541d491a 100644 --- a/composer.json +++ b/composer.json @@ -135,6 +135,7 @@ "packages/graphql-printer/docs/", "packages/graphql/docs/", "packages/migrator/docs/", + "packages/migrator/src/Migrations/MigratorTest/raw/", "packages/serializer/docs/", "packages/spa/docs/", "packages/testing/docs/" diff --git a/packages/graphql/src/Builder/ContextTest.php b/packages/graphql/src/Builder/ContextTest.php index e4222816a..98116c01a 100644 --- a/packages/graphql/src/Builder/ContextTest.php +++ b/packages/graphql/src/Builder/ContextTest.php @@ -1,8 +1,7 @@