Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Tests are not repeatable
  • Loading branch information
arnaud-lb committed Mar 26, 2024
2 parents c7ca3e5 + 667586b commit 412e32d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Zend/tests/gh13670_001.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--TEST--
GH-13670 001
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php

Expand Down
5 changes: 5 additions & 0 deletions Zend/tests/gh13670_002.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--TEST--
GH-13670 002
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php

Expand Down
5 changes: 5 additions & 0 deletions Zend/tests/gh13670_003.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--TEST--
GH-13670 003
--SKIPIF--
<?php
// gc_threshold is global state
if (getenv('SKIP_REPEAT')) die('skip Not repeatable');
?>
--FILE--
<?php

Expand Down

0 comments on commit 412e32d

Please sign in to comment.