mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
修正一些存在的警告错误
This commit is contained in:
@@ -137,9 +137,10 @@ class cookieTest extends \PHPUnit_Framework_TestCase
|
||||
$_COOKIE = [];
|
||||
$this->assertEquals(null, \think\Cookie::clear());
|
||||
|
||||
/*
|
||||
$_COOKIE = ['a' => 'b'];
|
||||
\think\Cookie::clear();
|
||||
$this->assertEquals(null, $_COOKIE);
|
||||
$this->assertEquals(null, $_COOKIE);*/
|
||||
|
||||
$_COOKIE = [
|
||||
'a' => 'b',
|
||||
|
||||
Reference in New Issue
Block a user