[TYPO3-core] FYI: committed the first unit tests for the updated caching framework (part of #10614)

Peter Foerger pfoerger at gmail.com
Fri Mar 6 21:06:37 CET 2009


Hi Ingo,

Ingo Renner schrieb:
> 
> here we go with the APC backend tests (also committed to trunk already)
> 
> 

Q: where do you get all these fancy classes? I can't grep them from
trunk e.g.

require_once(PATH_t3lib .
'cache/backend/interfaces/interface.t3lib_cache_backend_backend.php');
require_once(PATH_t3lib .
'cache/frontend/interfaces/interface.t3lib_cache_frontend_frontend.php');

require_once(PATH_t3lib .
'cache/backend/class.t3lib_cache_backend_abstractbackend.php');
require_once(PATH_t3lib .
'cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php');

cheers
Peter


More information about the TYPO3-team-core mailing list