You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Session
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
15 years ago
..
SaveHandler initially import ZendFramework-1.9.5 into repository 15 years ago
AllTests.php initially import ZendFramework-1.9.5 into repository 15 years ago
README.txt initially import ZendFramework-1.9.5 into repository 15 years ago
SessionTest.php initially import ZendFramework-1.9.5 into repository 15 years ago
SessionTestHelper.php initially import ZendFramework-1.9.5 into repository 15 years ago

README.txt

The most recently published version of Zend_Session documentation:
http://framework.zend.com/wiki/x/iVc

Comments may be added by readers to each wiki page, by first registering
for a wiki/issue tracker account, and then emailing your username to
cla@zend.com with a request to enable posting privileges.

To run the unit tests for Zend_Session*, use a CLI version of PHP:

$ cd /path/to/zend_framework/tests/Zend/Session
$ php AllTests.php

Simulation of multiple, sequential requests required the use of exec() using the
CLI version of PHP.  Additionally, issues discussed on the headers_sent() manual
page also pose issues when trying to combine multiple test suites and avoid
problems associated with output buffering, and headers "already sent".

If you would like to help implement a solution, please start here:
http://framework.zend.com/issues/browse/ZF-700