Continued:
[core.git] / application / tests / config.php
index f9ca6ea73143a2a633211596bfc4a3062ca74ad9..066a2a218aae5641bcead80c5ddc772ee793399b 100644 (file)
@@ -38,3 +38,9 @@ $cfg->setConfigEntry('default_tests_console_controller', 'main');
 
 // CFG: TESTS-CONSOLE-CMD-MAIN-RESOLVER-CLASS
 $cfg->setConfigEntry('tests_console_cmd_main_resolver_class', 'CoreFramework\Tests\Resolver\Command\TestsConsoleCommandResolver');
+
+// CFG: NEWS-DOWNLOAD-FILTER
+$cfg->setConfigEntry('news_download_filter', 'CoreFramework\Filter\News\NewsDownloadFilter');
+
+// CFG: NEWS-PROCESS-FILTER
+$cfg->setConfigEntry('news_process_filter', 'CoreFramework\Filter\News\NewsProcessFilter');