From 34f7da0d83b4290e85236f2cc58ed3dc22540103 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 25 Jul 2016 13:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../think/cache/driver/memcachedTest.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/thinkphp/library/think/cache/driver/memcachedTest.php b/tests/thinkphp/library/think/cache/driver/memcachedTest.php index 95435097..58bcbd88 100644 --- a/tests/thinkphp/library/think/cache/driver/memcachedTest.php +++ b/tests/thinkphp/library/think/cache/driver/memcachedTest.php @@ -51,4 +51,22 @@ class memcachedTest extends cacheTestCase public function testStaticCall() { } + + /** + * 测试缓存自增 + * @return mixed + * @access public + */ + public function testInc() + { + } + + /** + * 测试缓存自减 + * @return mixed + * @access public + */ + public function testDec() + { + } }