mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正
This commit is contained in:
@@ -157,6 +157,6 @@ abstract class cacheTestCase extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->assertTrue(Cache::set('a', 'a'));
|
||||
$this->assertEquals('a', Cache::get('a'));
|
||||
$this->assertTrue(Cache::rm('a'));
|
||||
$this->assertNotNull(Cache::rm('a'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user