diff --git a/tests/ReCaptcha/RequestMethod/CurlPostTest.php b/tests/ReCaptcha/RequestMethod/CurlPostTest.php index a0f4e97..d20deae 100644 --- a/tests/ReCaptcha/RequestMethod/CurlPostTest.php +++ b/tests/ReCaptcha/RequestMethod/CurlPostTest.php @@ -36,7 +36,7 @@ protected function setUp() { if (!extension_loaded('curl')) { $this->markTestSkipped( - 'The cURL extension is not available.' + 'The cURL extension is not available.' ); } }