Skip to content

Commit

Permalink
Changing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 25, 2015
1 parent 4957a5c commit a67a631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/ApcEngineTest.php
Expand Up @@ -34,7 +34,7 @@ class ApcEngineTest extends TestCase
public function setUp()
{
parent::setUp();
$this->skipIf(!function_exists('apcu_store'), 'Apc is not installed or configured properly.');
$this->skipIf(!function_exists('apcu_store'), 'APCu is not installed or configured properly.');

if ((PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg')) {
$this->skipIf(!ini_get('apc.enable_cli'), 'APC is not enabled for the CLI.');
Expand Down

0 comments on commit a67a631

Please sign in to comment.