mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
添加 key expire = 0 的单元测试
This commit is contained in:
@@ -75,6 +75,9 @@ abstract class cacheTestCase extends \PHPUnit_Framework_TestCase
|
|||||||
$array = $cache->get('array_test');
|
$array = $cache->get('array_test');
|
||||||
$this->assertArrayHasKey('array_test', $array);
|
$this->assertArrayHasKey('array_test', $array);
|
||||||
$this->assertEquals('array_test', $array['array_test']);
|
$this->assertEquals('array_test', $array['array_test']);
|
||||||
|
|
||||||
|
$result = $cache->set('no_expire', 1, 0);
|
||||||
|
$this->assertTrue($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user