Skip to content

Commit 15b394c

Browse files
committed
Prevent test conflicts
1 parent dcfc289 commit 15b394c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

ext/phar/tests/include_path.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Phar: include_path with phar:// wrapper
33
--SKIPIF--
44
<?php if (!extension_loaded("phar")) die("skip"); ?>
5+
--CONFLICTS--
6+
tempmanifest1.phar.php
57
--INI--
68
phar.readonly=0
79
--FILE--

ext/phar/tests/mounteddir.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Phar: mounted manifest directory test
44
<?php
55
if (!extension_loaded("phar")) die("skip");
66
?>
7+
--CONFLICTS--
8+
tempmanifest1.phar.php
79
--INI--
810
phar.readonly=0
911
--FILE--

ext/phar/tests/phar_extract.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Phar: Phar::extractTo()
33
--SKIPIF--
44
<?php if (!extension_loaded("phar")) die("skip"); ?>
5+
--CONFLICTS--
6+
tempmanifest1.phar.php
57
--INI--
68
phar.readonly=0
79
--FILE--

0 commit comments

Comments
 (0)