summaryrefslogtreecommitdiff
path: root/tests/unit/Web/THttpSessionTest.php
AgeCommit message (Collapse)Author
2014-09-04Fix #531David
Since PHP 5.3.3 the default value for session.use_only_cookies is 1, so we need to set that to 0 when CookieMode is "None"
2014-01-15Removed ?> from testsFabio Bas
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2007-05-29upgraded unit test suite to use PHPUnit3knut
use "cd tests/; phpunit AllTests.php" to run the tests use "cd tests/; phpunit --report=coverage AllTests.php" to get a nice code coverage report (need xdebug)
2006-05-16Added unit test stubs for System.Web.* #168knut