phpunit 测试 得不到值 [ 新手入门 ]
我写了个测试文件
public function testAddComment()
{
$comment = new Comment;
$comment->content = "This is a test comment.";
$this->assertTrue($this->issues('issueBug')->addComment($comment));
}
models继承了一个封装好了的自动获取时间跟create_user_id 现在的问题是 运行测试文件后 时间是有值的 create_user_id 为null
共 2 条回复
haiky5460 湖南
注册时间:2011-06-07
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱35
- 威望0
- 积分35