Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d7097 + 8530ada commit 08c789cCopy full SHA for 08c789c
.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