File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/Translator/tests/Kernel Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,15 @@ jobs:
164
164
working-directory : src/Autocomplete
165
165
run : php vendor/bin/simple-phpunit
166
166
167
+ - name : Translator Dependencies
168
+ uses : ramsey/composer-install@v2
169
+ with :
170
+ working-directory : src/Translator
171
+ dependency-versions : lowest
172
+ - name : Translator Tests
173
+ run : php vendor/bin/simple-phpunit
174
+ working-directory : src/Translator
175
+
167
176
tests-php-high-deps :
168
177
runs-on : ubuntu-latest
169
178
steps :
@@ -261,6 +270,14 @@ jobs:
261
270
- name : Notify Tests
262
271
working-directory : src/Notify
263
272
run : php vendor/bin/simple-phpunit
273
+
274
+ - name : Translator Dependencies
275
+ uses : ramsey/composer-install@v2
276
+ with :
277
+ working-directory : src/Translator
278
+ - name : Translator Tests
279
+ working-directory : src/Translator
280
+ run : php vendor/bin/simple-phpunit
264
281
265
282
tests-js :
266
283
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
40
40
'translator ' => [
41
41
'fallbacks ' => ['en ' ],
42
42
],
43
+ 'http_method_override ' => false ,
43
44
]);
44
45
});
45
46
}
You can’t perform that action at this time.
0 commit comments