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:
committed by
Ferenc Kovacs
parent
f7cb87f333
commit
f880013c4d
@@ -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--
|
||||
|
||||
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user