From c008812c343028f9e05f84a9046ad9cda8129f36 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 31 Aug 2013 11:29:13 -0400 Subject: [PATCH] Add more classes in the rename classes task. A bunch of configure related classes changed in PR1577. Update the upgrade shell for those. --- lib/Cake/Console/Command/UpgradeShell.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index 22c2e22aee2..39da3884ee1 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/lib/Cake/Console/Command/UpgradeShell.php @@ -129,6 +129,12 @@ protected function _renameClasses($path, $dryRun) { 'Cake\Network\Http\HttpSocket' => 'Cake\Network\Http\Client', 'HttpSocket' => 'Client', 'Cake\Model\ConnectionManager' => 'Cake\Database\ConnectionManager', + 'Cake\Configure\ConfigReaderInterface' => 'Cake\Configure\ConfigEngineInterface', + 'ConfigReaderInterface' => 'ConfigEngineInterface', + 'Cake\Configure\PhpReader' => 'Cake\Configure\Engine\PhpConfig', + 'PhpReader' => 'PhpConfig', + 'Cake\Configure\IniReader' => 'Cake\Configure\Engine\IniConfig', + 'IniReader' => 'IniConfig', ]; $contents = file_get_contents($path); $contents = str_replace(