From e0473aa70265a222d440c7e2e2680d2d1959ab20 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Wed, 8 Apr 2015 18:01:58 -0700 Subject: [PATCH] Cache - fix method call typo Summary: Fixes T7791. Test Plan: grep'd for the typo and only the typo declaration had that functon name. Reviewers: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7791 Differential Revision: https://secure.phabricator.com/D12334 --- src/applications/cache/spec/PhabricatorDataCacheSpec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/cache/spec/PhabricatorDataCacheSpec.php b/src/applications/cache/spec/PhabricatorDataCacheSpec.php index 384bb78ca8..455191f73c 100644 --- a/src/applications/cache/spec/PhabricatorDataCacheSpec.php +++ b/src/applications/cache/spec/PhabricatorDataCacheSpec.php @@ -56,7 +56,7 @@ final class PhabricatorDataCacheSpec extends PhabricatorCacheSpec { } } - private function getNoneSpec() { + private function initNoneSpec() { if (version_compare(phpversion(), '5.5', '>=')) { $message = pht( 'Installing the "APCu" PHP extension will improve performance.');