Warning: ob_start(): function '' not found or invalid function name in /home/montessovm/www/lib/vendor/symfony/lib/config/sfApplicationConfiguration.class.php on line 155
1..8
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/montessovm/www/lib/vendor/symfony/lib/config/sfApplicationConfiguration.class.php:155) in /home/montessovm/www/lib/vendor/symfony/lib/storage/sfSessionStorage.class.php on line 93
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/montessovm/www/lib/vendor/symfony/lib/config/sfApplicationConfiguration.class.php:155) in /home/montessovm/www/lib/vendor/symfony/lib/storage/sfSessionStorage.class.php on line 93
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
Warning: session_regenerate_id(): Cannot regenerate session id - headers already sent in /home/montessovm/www/lib/vendor/symfony/lib/storage/sfSessionStorage.class.php on line 171
ok 4 - ->regenerate(false) regenerated the session with a different session id - this class by default doesn't regen the id
not ok 5 - ->regenerate(false) regenerated the session with a different session id
# Failed test (./sfSessionStorageTest.php at line 51)
# '98bfdcf80be23d77804a408798a260af'
# ne
# '98bfdcf80be23d77804a408798a260af'
ok 6 - ->regenerate(true) regenerated the session with a different session id and destroyed data
not ok 7 - ->regenerate(true) regenerated the session with a different session id
# Failed test (./sfSessionStorageTest.php at line 55)
# '98bfdcf80be23d77804a408798a260af'
# ne
# '98bfdcf80be23d77804a408798a260af'
ok 8 - ->remove() removes data from the storage
# Looks like you failed 2 tests of 8.