]> git.mxchange.org Git - core.git/blobdiff - application/tests/config.php
Continued with renaming-season:
[core.git] / application / tests / config.php
index c9653716506fe0cc7ea9691b086e8257f97800b2..dbe5aa71e736144a04b2e907ec7861bbd498c673 100644 (file)
@@ -35,3 +35,18 @@ $cfg->setConfigEntry('default_tests_console_command', 'main');
 
 // CFG: DEFAULT-TESTS-CONSOLE-CONTROLLER
 $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');
+
+// CFG: NEWS-READER-MAIN-CLASS
+$cfg->setConfigEntry('news_reader_main_class', 'CoreFramework\Reader\News\Console\ConsoleNewsReader');
+
+// CFG: NEWS-MAIN-LIMIT
+$cfg->setConfigEntry('news_main_limit', 5);