1..8 ok 1 - ->__construct() does not throw an exception when not provided with options ok 2 - ->__construct() is an instance of sfStorage ok 3 - ->read() can read data that has been written to storage ok 4 - ->regenerate(false) regenerated the session with a different session id - this class by default doesn't regen the id ok 5 - ->regenerate(false) regenerated the session with a different session id ok 6 - ->regenerate(true) regenerated the session with a different session id and destroyed data ok 7 - ->regenerate(true) regenerated the session with a different session id ok 8 - ->remove() removes data from the storage # Looks like everything went fine.