X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Ftests%2Fconfig.php;h=066a2a218aae5641bcead80c5ddc772ee793399b;hb=5ef75f30c91c6076b5534e84a6766a3fda353fd4;hp=399453ef3aaff8818b0277a9f61579333a46f21f;hpb=fe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280;p=core.git diff --git a/application/tests/config.php b/application/tests/config.php index 399453ef..066a2a21 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -1,4 +1,7 @@ setConfigEntry('default_console_command', 'tests'); +$cfg->setConfigEntry('default_console_command', 'main'); + +// CFG: DEFAULT-TESTS-CONSOLE-COMMAND +$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'); -// [EOF] -?> +// CFG: NEWS-PROCESS-FILTER +$cfg->setConfigEntry('news_process_filter', 'CoreFramework\Filter\News\NewsProcessFilter');