diff options
author | Sander Roobol <sander@php.net> | 2002-03-08 19:16:19 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-03-08 19:16:19 +0000 |
commit | 58a52f93bc28a8c789c2320e138d69bbd4b045a6 (patch) | |
tree | a2ad276deee141dcc3bfcd54e8a71ad5f5fdea94 /ext/session/tests/004.phpt | |
parent | ea48f89d2692e190c1b64059dfee1aca1c7c192d (diff) | |
download | php-git-58a52f93bc28a8c789c2320e138d69bbd4b045a6.tar.gz |
Fixed many tests, mostly incorrect paths.
Diffstat (limited to 'ext/session/tests/004.phpt')
-rw-r--r-- | ext/session/tests/004.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 7d0b351f59..12929f37be 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -1,5 +1,7 @@ --TEST-- session_set_save_handler test +--SKIPIF-- +<?php include('./ext/session/tests/skipif.inc'); ?> --FILE-- <?php error_reporting(~E_NOTICE); |