8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9155 commit 8530adaCopy full SHA for 8530ada
.appveyor.yml
@@ -12,6 +12,7 @@ init:
12
- SET SYMFONY_DEPRECATIONS_HELPER=strict
13
- SET ANSICON=121x90 (121x90)
14
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
15
+ - SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
16
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
17
18
install:
.travis.yml
@@ -54,6 +54,7 @@ before_install:
54
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
55
export COMPOSER_UP='composer update --no-progress --ansi'
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
58
59
nanoseconds () {
60
local cmd="date"
0 commit comments