Skip to content

Commit f526db0

Browse files
committed
Fixed test
1 parent 55e13e0 commit f526db0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/experimental/serializer_json.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Serialize JSON
88
?>
99
--REDIRECTTEST--
1010

11-
$path = implode(DIRECTORY_SEPARATOR, array('tests', 'experimental', 'serializer'));
12-
1311
return array(
14-
'TESTS' => $path,
12+
'TESTS' => sys_get_temp_dir(),
1513
'ENV' => array('TEST_MEMC_SERIALIZER' => 'Memcached::SERIALIZER_JSON'),
1614
);

0 commit comments

Comments
 (0)