]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blob - tests.patch
strange keys [tests/005.phpt] fails on php 7.1
[packages/php-pecl-memcache.git] / tests.patch
1 https://github.com/websupport-sk/pecl-memcache/pull/16
2
3 commit efad82d9517a13ec0073525759ac900a55c27c99
4 Author: Elan Ruusamäe <glen@delfi.ee>
5 Date:   Wed Nov 23 03:59:51 2016 +0200
6
7     move connect to proper section to make SKIP work
8     
9     otherwise this test will FAIL instead of SKIP if memcache server is not available
10
11 diff --git a/tests/pecl16442.phpt b/tests/pecl16442.phpt
12 index b1a7edf..499c645 100644
13 --- a/tests/pecl16442.phpt
14 +++ b/tests/pecl16442.phpt
15 @@ -1,5 +1,7 @@
16  --TEST--
17  PECL bug #16442 (memcache_set fail with integer value)
18 +--SKIPIF--
19 +<?php include 'connect.inc'; ?>
20  --FILE--
21  <?php
22  
This page took 0.060225 seconds and 3 git commands to generate.