PEAR2_Cache_SHM › PEAR2_Cache_SHM-0.1.1/tests/PHPT/APC.phpt
- PEAR2_Cache_SHM-0.1.1/
- package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
APC tests.
--DESCRIPTION--
Sets up the settings for the APC adapter, and executes its tests.
--SKIPIF--
<?php if (!version_compare(phpversion('apc'), '3.0.13', '>=')) {
die('Skip APC 3.0.13 or greather is required.');
?>
--CGI--
--GET--
--REDIRECTTEST--
return array(
'GET' => array('adapter' => 'apc', 'nokeycode' => '101'),
'TESTS' => getcwd() . DIRECTORY_SEPARATOR . 'Common'
);
EOF
