Fix API tests
This commit is contained in:
parent
0b1283483e
commit
68e813f068
@ -289,6 +289,7 @@ class CommentsTest extends PHPUnit_Framework_TestCase {
|
|||||||
$data->text = 'test comment';
|
$data->text = 'test comment';
|
||||||
$data->user_id = 1;
|
$data->user_id = 1;
|
||||||
$data->task_id = 1;
|
$data->task_id = 1;
|
||||||
|
$data->timestamp = time();
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user