mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
1)修改了一些注释的错误参数类型和返回类型
2)修改了一些无意义的变量名 3)本次 commit 没有逻辑上的变动
This commit is contained in:
@@ -50,7 +50,6 @@ class debugTest extends \PHPUnit_Framework_TestCase
|
||||
public function testRemark()
|
||||
{
|
||||
$name = "testremarkkey";
|
||||
$value = "testremarkval";
|
||||
\think\Debug::remark($name);
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class responseTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
/**
|
||||
*
|
||||
* @var Response
|
||||
* @var \think\Response
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class sessionTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
/**
|
||||
*
|
||||
* @var Session
|
||||
* @var \think\Session
|
||||
*/
|
||||
protected $object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user