Skip to content

Commit 3847154

Browse files
committed
Merge pull request #1084
2 parents 7b7f53f + 1c203bb commit 3847154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/session/bug1274-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHPC-1274: Session destruct should not end session from parent process
44
<?php if (!function_exists('pcntl_fork')) { die('skip pcntl_fork() not available'); } ?>
55
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
66
<?php skip_if_not_libmongoc_crypto(); ?>
7-
<?php skip_if_not_replica_set_or_mongos_with_replica_set(); ?>
7+
<?php skip_if_not_replica_set(); ?>
88
<?php skip_if_server_version('<', '3.6'); ?>
99
<?php skip_if_not_clean(); ?>
1010
--FILE--

0 commit comments

Comments
 (0)