This commit is contained in:
thinkphp
2016-02-28 20:09:49 +08:00
parent 9491e06511
commit f416386bd3

View File

@@ -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'));
}
}