Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Aug 6, 2024
1 parent a201561 commit 65ca328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tests/php/integration/WPDiscuz/CommentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class CommentTest extends HCaptchaWPTestCase {

/**
* wpDiscuz core class mock.
* The wpDiscuz core class mock.
*
* @var Mockery\MockInterface|WpdiscuzCore
*/
Expand Down
2 changes: 1 addition & 1 deletion .tests/php/integration/WPDiscuz/SubscribeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class SubscribeTest extends HCaptchaWPTestCase {

/**
* wpDiscuz core class mock.
* The wpDiscuz core class mock.
*
* @var Mockery\MockInterface|WpdiscuzCore
*/
Expand Down

0 comments on commit 65ca328

Please sign in to comment.