X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=application%2Ftests%2Fconfig.php;fp=application%2Ftests%2Fconfig.php;h=066a2a218aae5641bcead80c5ddc772ee793399b;hp=f9ca6ea73143a2a633211596bfc4a3062ca74ad9;hb=9a1713c1db3982f8e238df33b2c5477b510a3a8a;hpb=192b26cef03489fe24e3277d1d99f98e7434406d diff --git a/application/tests/config.php b/application/tests/config.php index f9ca6ea7..066a2a21 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -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');