1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

Fixed tests (they might fail from time to time because of session GC)

This commit is contained in:
Dmitry Stogov
2014-04-11 12:43:35 +04:00
committed by Ferenc Kovacs
parent f7cb87f333
commit f880013c4d
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ Test session_set_save_handler() : incomplete implementation
--INI--
session.save_handler=files
session.name=PHPSESSID
session.gc_probability=0
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--

View File

@@ -3,6 +3,7 @@ Test session_set_save_handler() : incorrect arguments for existing handler open
--INI--
session.save_handler=files
session.name=PHPSESSID
session.gc_probability=0
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--