File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 12
12
- SET SYMFONY_DEPRECATIONS_HELPER=strict
13
13
- SET ANSICON=121x90 (121x90)
14
14
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
15
+ - SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
15
16
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
16
17
17
18
install :
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ before_install:
54
54
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
55
55
export COMPOSER_UP='composer update --no-progress --ansi'
56
56
export COMPONENTS=$(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n' | sort)
57
+ export SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
57
58
58
59
nanoseconds () {
59
60
local cmd="date"
You can’t perform that action at this time.
0 commit comments