Skip to content
Snippets Groups Projects

Add weak to suppress unwanted deprecations in phpunit job.

Merged Moshe Weitzman requested to merge weak into 1.0.x
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -290,6 +290,8 @@ nightwatch:
needs: ["composer"]
extends:
- .test-variables
variables:
SYMFONY_DEPRECATIONS_HELPER: weak
services:
- <<: *with-database
- <<: *with-chrome
Loading