X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=application%2Ftests%2Fconfig.php;h=f9ca6ea73143a2a633211596bfc4a3062ca74ad9;hp=c9653716506fe0cc7ea9691b086e8257f97800b2;hb=7504d226278b9473da4c70d7fb80d008129f43e1;hpb=9d7ec3e9729ea8a7a9418cf3f87a0e4bfcf4c3d5 diff --git a/application/tests/config.php b/application/tests/config.php index c9653716..f9ca6ea7 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -35,3 +35,6 @@ $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');