summaryrefslogtreecommitdiff
path: root/tests/unit/Caching/TAPCCacheTest.php
AgeCommit message (Collapse)Author
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2011-07-17TSecurityManager: remove additional right padding added by mcrypt_decryptctrlaltca@gmail.com
TSecurityManagerTest: loop through different string length to take account of mcrypt's block cipher padding TAPCCacheTest: fixed static member usage THttpRequestTest: fixed testRequestWithUrlMapping test
2007-10-07minor correction in test setup for APC caching (skipping if not configured ↵knut
correctly: apc.enable_cli = 1)
2007-06-12skipping TAPCCache::add() if not supported in testknut
2007-06-11corrected TAPCCache according to #646 and added some more stubs for unit ↵knut
tests in System.Web.UI
2007-06-11added some caching testsknut