File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
init :
10
10
- SET PATH=c:\php;%PATH%
11
11
- SET COMPOSER_NO_INTERACTION=1
12
- - SET SYMFONY_DEPRECATIONS_HELPER=strict
12
+ - SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=7
13
13
- SET "SYMFONY_REQUIRE=>=4.2"
14
14
- SET ANSICON=121x90 (121x90)
15
15
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
Original file line number Diff line number Diff line change @@ -290,7 +290,8 @@ install:
290
290
else
291
291
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
292
292
293
- tfold src/Symfony/Component/Console.tty $PHPUNIT --group tty
293
+ tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
294
+ tfold src/Symfony/Bridge/Twig.tty $PHPUNIT src/Symfony/Bridge/Twig --group tty
294
295
295
296
if [[ $PHP = ${MIN_PHP%.*} ]]; then
296
297
export PHP=$MIN_PHP
You can’t perform that action at this time.
0 commit comments