diff --git a/plugins/bc-blog/src/Service/BlogCommentsService.php b/plugins/bc-blog/src/Service/BlogCommentsService.php index 26ed5e6907..9c7ad2bbea 100755 --- a/plugins/bc-blog/src/Service/BlogCommentsService.php +++ b/plugins/bc-blog/src/Service/BlogCommentsService.php @@ -143,6 +143,7 @@ public function getNew() * @param array $postData * @return EntityInterface * @checked + * @unitTest */ public function add(int $blogContentId, int $blogPostId, array $postData) {