Skip to content

Commit

Permalink
Fixed tests (they might fail from time to time because of session GC)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov authored and Tyrael committed May 6, 2014
1 parent f7cb87f commit f880013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ext/session/tests/session_set_save_handler_class_005.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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--
Expand Down
1 change: 1 addition & 0 deletions ext/session/tests/session_set_save_handler_class_012.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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--
Expand Down

0 comments on commit f880013

Please sign in to comment.