Skip to content

Commit

Permalink
add @unitest in func
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed Feb 5, 2024
1 parent 21b97f8 commit 31febb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bc-blog/src/Service/BlogCommentsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public function getNew()
* @param array $postData
* @return EntityInterface
* @checked
* @unitTest
*/
public function add(int $blogContentId, int $blogPostId, array $postData)
{
Expand Down

0 comments on commit 31febb1

Please sign in to comment.