]> granicus.if.org Git - php/commitdiff
Fixed file include error
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 07:55:24 +0000 (07:55 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Apr 2002 07:55:24 +0000 (07:55 +0000)
ext/session/tests/001.phpt
ext/session/tests/002.phpt
ext/session/tests/003.phpt
ext/session/tests/004.phpt
ext/session/tests/005.phpt
ext/session/tests/006.phpt

index bd00b51d6be148087d1388306997a920cdbbd122..ab598415e7d99fcb2b1e48c7514ab70d785e9a20 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Session Object Serialization
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 
index c7650eee3bb640d05164e1a62d3dfc5178e5d0d6..80e72a6ef7c5c3f79063b4df1df7c7a43c053c79 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 session_unset() without any session
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 session_unset();
index 4dec870fa6add861d9cd89f01b46decd63588a52..fec4bcad5ece21b060c9497ac26844edd8802244 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Session Object Deserialization
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 
index 12929f37be86e55a1a11ee7056148640956a41af..afcb6d14d21d064d85af18e9106ebf3155b6ad3c 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 session_set_save_handler test
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 error_reporting(~E_NOTICE);
index 3b82558ebc8c54a7eefdea35dabaa7933a9206f2..f85a62d115fea0d39844e328bf1ec904d1b9879e 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Custom save handler, multiple session_start()s, complex data structure test.
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 
index e5df22e9c758fe72a59723b20b0380cbfc9bbb0c..3db2e5f21d4d901c4666e9cd6ab63d96e7bc4155 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 References between variables in sessions
 --SKIPIF--
-<?php include('./ext/session/tests/skipif.inc'); ?>
+<?php include('skipif.inc'); ?>
 --FILE--
 <?php
 error_reporting(E_ALL & ~E_NOTICE);