mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing DatabaseSession test
This commit is contained in:
parent
75bfbe0e37
commit
9a52cff389
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue