diff --git a/src/Tests/CaptchaAdminTestCase.php b/src/Tests/CaptchaAdminTestCase.php index 44e30ab..18115aa 100755 --- a/src/Tests/CaptchaAdminTestCase.php +++ b/src/Tests/CaptchaAdminTestCase.php @@ -179,8 +179,9 @@ class CaptchaAdminTestCase extends CaptchaBaseWebTestCase { // Check if CAPTCHA was successfully disabled // (on CAPTCHA admin links fieldset). - $this->assertRaw(t('CAPTCHA point %form_id has been disabled.', ['%form_id' => self::COMMENT_FORM_ID]), - 'Disable challenge through the CAPTCHA admin links', 'CAPTCHA'); + $this->assertRaw(t('CAPTCHA Point %form_id has been disabled.', [ + '%form_id' => self::COMMENT_FORM_ID, + ]), 'Disable challenge through the CAPTCHA admin links', 'CAPTCHA'); } /**