]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blob - tests.patch
39766632feb1041fdbb1f3e9298a6006067a17d1
[packages/php-pecl-memcache.git] / tests.patch
1
2 move connect to proper section to make SKIP work
3
4 https://github.com/websupport-sk/pecl-memcache/pull/16
5
6 --- php70-pecl-memcache-3.0.9/tests/pecl16442.phpt~     2016-11-23 03:56:10.000000000 +0200
7 +++ php70-pecl-memcache-3.0.9/tests/pecl16442.phpt      2016-11-23 03:57:20.017464335 +0200
8 @@ -1,10 +1,10 @@
9  --TEST--
10  PECL bug #16442 (memcache_set fail with integer value)
11 +--SKIPIF--
12 +<?php include 'connect.inc'; ?>
13  --FILE--
14  <?php
15  
16 -include 'connect.inc';
17 -
18  $memcache_obj = memcache_connect('localhost', 11211);
19  memcache_set($memcache_obj, 'test123112', 1, MEMCACHE_COMPRESSED, 30);
20  $ret = memcache_get($memcache_obj, 'test123112');
This page took 0.07965 seconds and 2 git commands to generate.