Skip to content

Commit c8dee6b

Browse files
Revert "Skip on PHP 8.5"
This reverts commit 5b10dc2.
1 parent 8b019ea commit c8dee6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/end-to-end/regression/2382.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
--TEST--
22
#2382: Data Providers throw error with uncloneable object
3-
--SKIPIF--
4-
<?php declare(strict_types=1);
5-
if (version_compare(PHP_VERSION, '8.5', '>=')) {
6-
print 'skip: This test triggers a deprecation warning on PHP >= 8.5';
7-
}
83
--FILE--
94
<?php declare(strict_types=1);
105
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)