Skip to content

Commit 7c4088e

Browse files
committed
Fix case of Google_Cache_Apc in CacheTest.php
Addresses googleapis#341
1 parent 32ea38f commit 7c4088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/general/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testAPC() {
8484
$this->markTestSkipped('Test requires APC enabled for CLI');
8585
}
8686
$client = $this->getClient();
87-
$cache = new Google_Cache_APC($client);
87+
$cache = new Google_Cache_Apc($client);
8888

8989
$this->getSetDelete($cache);
9090
}

0 commit comments

Comments
 (0)