diff --git a/.tests/php/integration/WPDiscuz/CommentTest.php b/.tests/php/integration/WPDiscuz/CommentTest.php index 73410e11..645ceb55 100644 --- a/.tests/php/integration/WPDiscuz/CommentTest.php +++ b/.tests/php/integration/WPDiscuz/CommentTest.php @@ -20,7 +20,7 @@ class CommentTest extends HCaptchaWPTestCase { /** - * wpDiscuz core class mock. + * The wpDiscuz core class mock. * * @var Mockery\MockInterface|WpdiscuzCore */ diff --git a/.tests/php/integration/WPDiscuz/SubscribeTest.php b/.tests/php/integration/WPDiscuz/SubscribeTest.php index 62969e14..c069b2aa 100644 --- a/.tests/php/integration/WPDiscuz/SubscribeTest.php +++ b/.tests/php/integration/WPDiscuz/SubscribeTest.php @@ -20,7 +20,7 @@ class SubscribeTest extends HCaptchaWPTestCase { /** - * wpDiscuz core class mock. + * The wpDiscuz core class mock. * * @var Mockery\MockInterface|WpdiscuzCore */