Mark Scherer 9 years ago
parent
commit
66e63320a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Test/Case/Controller/Component/CommonComponentTest.php

+ 1 - 0
Test/Case/Controller/Component/CommonComponentTest.php

@@ -5,6 +5,7 @@ App::uses('Component', 'Controller');
 App::uses('CakeSession', 'Model/Datasource');
 App::uses('Controller', 'Controller');
 App::uses('AppModel', 'Model');
+App::uses('Object', 'Core');
 
 /**
  */