改进单元测试

This commit is contained in:
thinkphp
2016-07-25 13:46:44 +08:00
parent e74907f5c9
commit 34f7da0d83

View File

@@ -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()
{
}
}