1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xcache/tests/xcache_include_relative_fil...

17 lines
219 B
PHP

--TEST--
include relative to current file
--SKIPIF--
<?php
require("include-skipif.inc");
?>
--FILE--
<?php
include "sub-a.inc";
include "sub-b.inc";
?>
--EXPECTF--
%stests
%stests%ssub-a.inc
%stests
%stests%ssub-b.inc