'Pluf_Template_Tag_Mytag', ); // Must be shared by all the installed_apps and the core framework. // That way you can have several installations of the core framework. $cfg['db_table_prefix'] = 'pluf_unit_tests_'; // Starting version 4.1 of MySQL the utf-8 support is "correct". // The reason of the db_version for MySQL is only for that. $cfg['db_version'] = '5.0'; $cfg['db_engine'] = 'SQLite'; $cfg['pluf_ab_mongo_db'] = 'pluf_ab_test'; $cfg['simple_test_path'] = '/home/loa/Vendors/simpletest'; $cfg['cache_engine'] = 'Pluf_Cache_Memcached'; return $cfg;