Last change
on this file since 1497 was
1497,
checked in by Xuefer, 4 years ago
|
adds ini and skips for testing this module alone
|
File size:
272 bytes
|
Line | |
---|
1 | --TEST-- |
---|
2 | include absolute path |
---|
3 | --SKIPIF-- |
---|
4 | <?php |
---|
5 | require("include-skipif.inc"); |
---|
6 | ?> |
---|
7 | --INI-- |
---|
8 | xcache.test = 1 |
---|
9 | xcache.size = 32M |
---|
10 | --FILE-- |
---|
11 | <?php |
---|
12 | include __DIR__ . "/sub-a.inc"; |
---|
13 | include __DIR__ . "/sub-b.inc"; |
---|
14 | ?> |
---|
15 | --EXPECTF-- |
---|
16 | %stests |
---|
17 | %stests%ssub-a.inc |
---|
18 | %stests |
---|
19 | %stests%ssub-b.inc |
---|
Note: See
TracBrowser
for help on using the repository browser.