8000 minor #50427 [VarDumper] Fix failures on appveyor (nicolas-grekas) · symfony/symfony@100f9ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 100f9ea

Browse files
minor #50427 [VarDumper] Fix failures on appveyor (nicolas-grekas)
This PR was merged into the 6.3 branch. Discussion ---------- [VarDumper] Fix failures on appveyor | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 52f45a4 [VarDumper] Fix failures on appveyor
2 parents 2f3e24a + 52f45a4 commit 100f9ea

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dd_with_multiple_args.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dd() with multiple args shows line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dd_with_null.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dd() with null doesn't show line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dd_with_single_arg.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dd() with one arg doesn't show line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dump_with_multiple_args.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dump() with multiple args shows line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dump_with_null.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dump() with null doesn't show line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

src/Symfony/Component/VarDumper/Tests/Dumper/functions/dump_with_single_arg.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Test dump() with one arg doesn't show line number
33
--FILE--
44
<?php
5+
putenv('NO_COLOR=1');
56

67
$vendor = __DIR__;
78
while (!file_exists($vendor.'/vendor')) {

0 commit comments

Comments
 (0)
0