Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix skipped tests message
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Feb 22, 2017
1 parent 7594b57 commit 1286ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReCaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 render');
}
}

Expand Down

0 comments on commit 1286ce9

Please sign in to comment.