File tree Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ jobs:
164
164
behat-coverage :
165
165
docker :
166
166
- image : circleci/php:7.2-node-browsers
167
- environment :
168
- SYMFONY_DEPRECATIONS_HELPER : weak_vendors
169
- APP_ENV : test
170
167
parallelism : 2
171
168
working_directory : ~/api-platform/core
172
169
steps :
Original file line number Diff line number Diff line change 6
6
- $HOME/.composer/cache
7
7
- $HOME/.npm
8
8
9
- env :
10
- global :
11
- - SYMFONY_DEPRECATIONS_HELPER=weak_vendors
12
- - APP_ENV=test
13
-
14
9
jobs :
15
10
include :
16
11
- php : ' 7.1'
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ clone_folder: c:\projects\api-platform\core
5
5
cache :
6
6
- ' %LOCALAPPDATA%\Composer\files'
7
7
8
- environment :
9
- SYMFONY_DEPRECATIONS_HELPER : weak_vendors
10
- APP_ENV : test
11
-
12
8
install :
13
9
- ps : Set-Service wuauserv -StartupType Manual
14
10
- cinst -y php composer
Original file line number Diff line number Diff line change 10
10
<php >
11
11
<ini name =" error_reporting" value =" -1" />
12
12
<ini name =" memory_limit" value =" -1" />
13
+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" weak_vendors" />
13
14
<server name =" KERNEL_DIR" value =" tests/Fixtures/app/" />
14
15
<server name =" KERNEL_CLASS" value =" AppKernel" />
15
16
<server name =" APP_ENV" value =" test" />
You can’t perform that action at this time.
0 commit comments