Skip to content

Commit 203308f

Browse files
committed
Add CONFLICTS tag
These tests can be the reason file_get_contents_variation8.phpt fails times to times.
1 parent bfb38c3 commit 203308f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/standard/tests/file/copy_variation3-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Test copy() function: usage variations - destination file names(white spaces)
55
if(substr(PHP_OS, 0, 3) != "WIN")
66
die("skip only run on Windows");
77
?>
8+
--CONFLICTS--
9+
obscure_filename
810
--FILE--
911
<?php
1012
/* Prototype: bool copy ( string $source, string $dest );

ext/standard/tests/file/copy_variation3.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Test copy() function: usage variations - destination file names(white spaces)
55
if(substr(PHP_OS, 0, 3) == "WIN")
66
die("skip do not run on Windows");
77
?>
8+
--CONFLICTS--
9+
obscure_filename
810
--FILE--
911
<?php
1012
/* Prototype: bool copy ( string $source, string $dest );

0 commit comments

Comments
 (0)