1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Tests are not repeatable

gc_threshold is inherited accross requests, so the tests fail when repeating
This commit is contained in:
Arnaud Le Blanc
2024-03-26 12:33:44 +01:00
parent f968a63162
commit bb6b659aa8
3 changed files with 15 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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