Ignore indirect deprecation triggered by doctrine/orm

This commit is contained in:
Nicolas Grekas 2021-02-16 10:34:30 +01:00
parent eab91556a6
commit 8530ada94d
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ init:
- SET SYMFONY_DEPRECATIONS_HELPER=strict
- SET ANSICON=121x90 (121x90)
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
- SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
install:

View File

@ -54,6 +54,7 @@ before_install:
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
export COMPOSER_UP='composer update --no-progress --ansi'
export COMPONENTS=$(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n' | sort)
export SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
nanoseconds () {
local cmd="date"