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
Warning: unlink(C:\wamp\www\projet_symfony\sysmed\lib\vendor\symfony-1.4.0\test\functional\fixtures\log/frontend_test.log) [function.unlink]: Permission denied in C:\wamp\www\projet_symfony\sysmed\lib\vendor\symfony-1.4.0\lib\util\sfToolkit.class.php on line 87
# Looks like everything went fine.