summaryrefslogtreecommitdiff
path: root/tests/unit/Web/AllTests.php
AgeCommit message (Collapse)Author
2014-08-23Removed ?> from testsFabio Bas
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2007-07-27#682 - testing of TCacheHttpSessioncarl
2007-07-26added TMemCacheSessionTest to AllTests.phpcarl
2007-06-13Override PradoBase::getUserLanguages() so the $languages var is recomputed ↵tof
on each call from test suite.
2007-06-13Change the order of the Web_Alltests suitetof
2007-06-11corrected TAPCCache according to #646 and added some more stubs for unit ↵knut
tests in System.Web.UI
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)