@@ -105,8 +105,8 @@ public function getRemoveFilesFromPatchTests(): iterable
105105+ dbal:
106106+ # "TEST_TOKEN" is typically set by ParaTest
107107+ dbname_suffix: '_test%env(default::TEST_TOKEN)%'
108- EOF ,
109- [
108+ EOF
109+ , [
110110 '.env ' => <<<EOF
111111diff --git a/.env b/.env
112112index ea34452..daaeb63 100644
@@ -117,7 +117,7 @@ public function getRemoveFilesFromPatchTests(): iterable
117117-# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
118118-# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
119119 # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
120- EOF ,
120+ EOF
121121 ],
122122 ];
123123
@@ -154,8 +154,8 @@ public function getRemoveFilesFromPatchTests(): iterable
154154+ dbal:
155155+ # "TEST_TOKEN" is typically set by ParaTest
156156+ dbname_suffix: '_test%env(default::TEST_TOKEN)%'
157- EOF ,
158- [
157+ EOF
158+ , [
159159 'config/packages/doctrine.yaml ' => <<<EOF
160160diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml
161161index 5e80e77..c319176 100644
@@ -204,8 +204,8 @@ public function getRemoveFilesFromPatchTests(): iterable
204204- type: pool
205205- pool: doctrine.system_cache_pool
206206 query_cache_driver:
207- EOF ,
208- [
207+ EOF
208+ , [
209209 'config/packages/test/doctrine.yaml ' => <<<EOF
210210diff --git a/config/packages/test/doctrine.yaml b/config/packages/test/doctrine.yaml
211211new file mode 100644
@@ -244,8 +244,8 @@ public function getRemoveFilesFromPatchTests(): iterable
244244- type: pool
245245- pool: doctrine.system_cache_pool
246246 query_cache_driver:
247- EOF ,
248- [
247+ EOF
248+ , [
249249 'config/packages/test/doctrine.yaml ' => <<<EOF
250250diff --git a/config/packages/test/doctrine.yaml b/config/packages/test/doctrine.yaml
251251new file mode 100644
@@ -257,8 +257,8 @@ public function getRemoveFilesFromPatchTests(): iterable
257257+ dbal:
258258+ # "TEST_TOKEN" is typically set by ParaTest
259259+ dbname_suffix: '_test%env(default::TEST_TOKEN)%'
260- EOF ,
261- 'config/packages/doctrine.yaml ' => <<<EOF
260+ EOF
261+ , 'config/packages/doctrine.yaml ' => <<<EOF
262262diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml
263263index 5e80e77..c319176 100644
264264--- a/config/packages/doctrine.yaml
@@ -269,7 +269,7 @@ public function getRemoveFilesFromPatchTests(): iterable
269269+ #server_version: '13'
270270 orm:
271271 auto_generate_proxy_classes: true
272- EOF ,
272+ EOF
273273 ],
274274 ];
275275
@@ -289,8 +289,8 @@ public function getRemoveFilesFromPatchTests(): iterable
289289+ dbal:
290290+ # "TEST_TOKEN" is typically set by ParaTest
291291+ dbname_suffix: '_test%env(default::TEST_TOKEN)%'
292- EOF ,
293- 'config/packages/doctrine.yaml ' => <<<EOF
292+ EOF
293+ , 'config/packages/doctrine.yaml ' => <<<EOF
294294diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml
295295index 5e80e77..c319176 100644
296296--- a/config/packages/doctrine.yaml
@@ -301,8 +301,8 @@ public function getRemoveFilesFromPatchTests(): iterable
301301+ #server_version: '13'
302302 orm:
303303 auto_generate_proxy_classes: true
304- EOF ,
305- '.env ' => <<<EOF
304+ EOF
305+ , '.env ' => <<<EOF
306306diff --git a/.env b/.env
307307index ea34452..daaeb63 100644
308308--- a/.env
@@ -312,8 +312,8 @@ public function getRemoveFilesFromPatchTests(): iterable
312312-# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
313313-# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
314314 # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
315- EOF ,
316- 'config/packages/prod/doctrine.yaml ' => <<<EOF
315+ EOF
316+ , 'config/packages/prod/doctrine.yaml ' => <<<EOF
317317diff --git a/config/packages/prod/doctrine.yaml b/config/packages/prod/doctrine.yaml
318318index 8ae31a3..17299e2 100644
319319--- a/config/packages/prod/doctrine.yaml
@@ -324,7 +324,7 @@ public function getRemoveFilesFromPatchTests(): iterable
324324- type: pool
325325- pool: doctrine.system_cache_pool
326326 query_cache_driver:
327- EOF ,
327+ EOF
328328 ],
329329 ];
330330 }
0 commit comments