8000 Ignore indirect deprecation triggered by doctrine/orm · symfony/symfony@8530ada · GitHub
[go: up one dir, main page]

Skip to content

Commit 8530ada

Browse files
Ignore indirect deprecation triggered by doctrine/orm
1 parent eab9155 commit 8530ada

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ init:
1212
- SET SYMFONY_DEPRECATIONS_HELPER=strict
1313
- SET ANSICON=121x90 (121x90)
1414
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
15+
- SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
1516
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
1617

1718
install:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ before_install:
5454
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
5555
export COMPOSER_UP='composer update --no-progress --ansi'
5656
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
5758
5859
nanoseconds () {
5960
local cmd="date"

0 commit comments

Comments
 (0)
0