mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 13:12:49 +08:00
修正命名空间、版权注释
This commit is contained in:
@@ -6,14 +6,19 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 大漠 <zhylninc@gmail.com>
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace think;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-01-15 at 07:00:38.
|
||||
* Debug测试
|
||||
* @author 大漠 <zhylninc@gmail.com>
|
||||
*/
|
||||
class DebugTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
namespace tests\thinkphp\library\think;
|
||||
|
||||
use think\Debug;
|
||||
|
||||
class debugTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user