Skip to content

Commit 57a9036

Browse files
committed
PHPC-1442: Remove SKIPIF checks for PHP 5
1 parent 394c325 commit 57a9036

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

tests/session/session-startTransaction_error-003.phpt

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/session/session-startTransaction_error-004.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ MongoDB\Driver\Session::startTransaction() with wrong argument for options array
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongoc_crypto() ?>
66
<?php skip_if_no_transactions(); ?>
7-
<?php skip_if_php_version('<', '7.0.0'); ?>
87
<?php skip_if_php_version('>=', '7.1.0'); ?>
98
--FILE--
109
<?php

0 commit comments

Comments
 (0)