diff --git a/test/ReCaptchaTest.php b/test/ReCaptchaTest.php index 1bc47c3..c51e89d 100644 --- a/test/ReCaptchaTest.php +++ b/test/ReCaptchaTest.php @@ -28,7 +28,7 @@ class ReCaptchaTest extends \PHPUnit_Framework_TestCase public function setUp() { if (! getenv('TESTS_ZEND_CAPTCHA_RECAPTCHA_SUPPORT')) { - $this->markTestSkipped('Enable TESTS_ZEND_CAPTCHA_RECAPTCHA_SUPPORT to test PDF render'); + $this->markTestSkipped('Enable TESTS_ZEND_CAPTCHA_RECAPTCHA_SUPPORT to test Recaptcha'); } }