Fix API tests

This commit is contained in:
Matthew Ross 2017-09-16 12:50:48 -04:00
parent 0b1283483e
commit 68e813f068

View File

@ -289,6 +289,7 @@ class CommentsTest extends PHPUnit_Framework_TestCase {
$data->text = 'test comment';
$data->user_id = 1;
$data->task_id = 1;
$data->timestamp = time();
return $data;
}