Skip to content

Commit

Permalink
Fixing CacheSession test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 22, 2010
1 parent 9a52cff commit f3a5eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/tests/cases/libs/session/cache_session.test.php
Expand Up @@ -20,6 +20,7 @@

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

class CacheSessionTest extends CakeTestCase {

Expand Down

0 comments on commit f3a5eaf

Please sign in to comment.