Codeception / module-phalcon4

Phalcon 4 module for Codeception
https://codeception.com/docs/modules/Phalcon4
MIT License
3 stars 8 forks source link

Adjusting Session To Use Session Manager #9

Closed Fenikkusu closed 4 years ago

Fenikkusu commented 4 years ago

MemorySession is no longer compatible with the new Adapter setup. This does two things.

  1. Ensure Memory Is Compatible With AbstractAdapter
  2. Adjust Functional Suite To Use Manager With MemorySession

I Believe This Resolves #8