Skip to content

Commit c281188

Browse files
[VarDumper] Fix failures on appveyor
1 parent 5008fa8 commit c281188

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

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')) {

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')) {

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')) {

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')) {

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')) {

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)