]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blame - tests.patch
strange keys [tests/005.phpt] fails on php 7.1
[packages/php-pecl-memcache.git] / tests.patch
CommitLineData
a95512b0 1https://github.com/websupport-sk/pecl-memcache/pull/16
8d125064 2
a95512b0
ER
3commit efad82d9517a13ec0073525759ac900a55c27c99
4Author: Elan Ruusamäe <glen@delfi.ee>
5Date: Wed Nov 23 03:59:51 2016 +0200
8d125064 6
a95512b0
ER
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
8d125064 10
a95512b0
ER
11diff --git a/tests/pecl16442.phpt b/tests/pecl16442.phpt
12index b1a7edf..499c645 100644
13--- a/tests/pecl16442.phpt
14+++ b/tests/pecl16442.phpt
15@@ -1,5 +1,7 @@
8d125064
ER
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.166407 seconds and 4 git commands to generate.