@@ -103,7 +103,7 @@ public function getGeneratePatchTests(): iterable
103
103
\ No newline at end of file
104
104
+Updated file2
105
105
\ No newline at end of file
106
- EOF
106
+ EOF ,
107
107
];
108
108
109
109
yield 'file_created_in_update_because_missing ' => [
@@ -118,7 +118,7 @@ public function getGeneratePatchTests(): iterable
118
118
@@ -0,0 +1 @@
119
119
+New file
120
120
\ No newline at end of file
121
- EOF
121
+ EOF ,
122
122
];
123
123
124
124
yield 'file_created_in_update_because_null ' => [
@@ -133,7 +133,7 @@ public function getGeneratePatchTests(): iterable
133
133
@@ -0,0 +1 @@
134
134
+New file
135
135
\ No newline at end of file
136
- EOF
136
+ EOF ,
137
137
];
138
138
139
139
yield 'file_deleted_in_update_because_missing ' => [
@@ -172,7 +172,7 @@ public function getGeneratePatchTests(): iterable
172
172
+file to create
173
173
\ No newline at end of file
174
174
EOF
175
- ,
175
+ ,
176
176
['will_be_deleted.txt ' ],
177
177
];
178
178
@@ -491,7 +491,7 @@ private function getFilesForPatching(string $projectPath = ''): array
491
491
# For an SQL-HEAVY database, use: "sqlheavy:///%kernel.project_dir%/var/data.db"
492
492
DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
493
493
###< doctrine/doctrine-bundle ###
494
- EOF
494
+ EOF ,
495
495
],
496
496
497
497
// package.json
@@ -536,7 +536,7 @@ private function getFilesForPatching(string $projectPath = ''): array
536
536
"@symfony/webpack-encore": "^1.7.0"
537
537
}
538
538
}
539
- EOF
539
+ EOF ,
540
540
],
541
541
542
542
// config/packages/webpack_encore.yaml
@@ -557,7 +557,7 @@ private function getFilesForPatching(string $projectPath = ''): array
557
557
output_path: '%kernel.project_dir%/public/build'
558
558
# If multiple builds are defined (as shown below), you can disable the default build:
559
559
# output_path: false
560
- EOF
560
+ EOF ,
561
561
],
562
562
563
563
// config/packages/security.yaml
0 commit comments