// This file was generated on 2009-09-28 11:59
$extensionClassesPath = t3lib_extMgm::extPath('extbase') . 'Classes/';
+$extensionTestsPath = t3lib_extMgm::extPath('extbase') . 'Tests/';
return array(
+ 'tx_extbase_basetestcase' => $extensionTestsPath . 'BaseTestCase.php',
'tx_extbase_dispatcher' => $extensionClassesPath . 'Dispatcher.php',
'tx_extbase_exception' => $extensionClassesPath . 'Exception.php',
'tx_extbase_configuration_abstractconfigurationmanager' => $extensionClassesPath . 'Configuration/AbstractConfigurationManager.php',
if (TYPO3_MODE == 'BE') {
- if (t3lib_extMgm::isLoaded('phpunit')) {
- require_once(t3lib_extMgm::extPath('extbase') . 'Tests/BaseTestCase.php');
- }
-
// register the cache in BE so it will be cleared with "clear all caches"
try {
t3lib_cache::initializeCachingFramework();