diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-14 10:06:04 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-14 10:11:29 +0200 |
commit | 15b394cce982f1511eb4549c4df71c4eb7804836 (patch) | |
tree | df15dbf2550c80a8422df24237dc3e944b7354b5 /ext/phar/tests | |
parent | dcfc2897323dc864a4d75e524f29d146d4c1554a (diff) | |
download | php-git-15b394cce982f1511eb4549c4df71c4eb7804836.tar.gz |
Prevent test conflicts
Diffstat (limited to 'ext/phar/tests')
-rw-r--r-- | ext/phar/tests/include_path.phpt | 2 | ||||
-rw-r--r-- | ext/phar/tests/mounteddir.phpt | 2 | ||||
-rw-r--r-- | ext/phar/tests/phar_extract.phpt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ext/phar/tests/include_path.phpt b/ext/phar/tests/include_path.phpt index 1ee1ec77d5..7831fc72e3 100644 --- a/ext/phar/tests/include_path.phpt +++ b/ext/phar/tests/include_path.phpt @@ -2,6 +2,8 @@ Phar: include_path with phar:// wrapper --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> +--CONFLICTS-- +tempmanifest1.phar.php --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/mounteddir.phpt b/ext/phar/tests/mounteddir.phpt index 80c8f7d0ee..0a89e586ed 100644 --- a/ext/phar/tests/mounteddir.phpt +++ b/ext/phar/tests/mounteddir.phpt @@ -4,6 +4,8 @@ Phar: mounted manifest directory test <?php if (!extension_loaded("phar")) die("skip"); ?> +--CONFLICTS-- +tempmanifest1.phar.php --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/phar_extract.phpt b/ext/phar/tests/phar_extract.phpt index 67648c2935..b8cdef7c79 100644 --- a/ext/phar/tests/phar_extract.phpt +++ b/ext/phar/tests/phar_extract.phpt @@ -2,6 +2,8 @@ Phar: Phar::extractTo() --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> +--CONFLICTS-- +tempmanifest1.phar.php --INI-- phar.readonly=0 --FILE-- |