Skip to content

Commit

Permalink
Fixing DatabaseSession test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 22, 2010
1 parent 75bfbe0 commit 9a52cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/tests/cases/libs/session/database_session.test.php
Expand Up @@ -19,8 +19,9 @@
*/

App::uses('Model', 'Model');
App::uses('CakeSession', 'Model/Session');
App::uses('CakeSession', 'Model/Datasource');
App::uses('DatabaseSession', 'Model/Datasource/Session');
class_exists('CakeSession');

class SessionTestModel extends Model {
var $name = 'SessionTestModel';
Expand Down

0 comments on commit 9a52cff

Please sign in to comment.