You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console command Dev::UnitTest::Run uses the SysConfig setting UnitTest::DefaultDirectory.
my $DefaultDirectory = $Kernel::OM->Get('Kernel::Config')->Get('UnitTest::DefaultDirectory');
However this setting is nowhere declared nor documented. Let's remove it in rel-11_0.
The console command
Dev::UnitTest::Run
uses the SysConfig setting UnitTest::DefaultDirectory.my $DefaultDirectory = $Kernel::OM->Get('Kernel::Config')->Get('UnitTest::DefaultDirectory');
However this setting is nowhere declared nor documented. Let's remove it in rel-11_0.
Originally posted by @bschmalhofer in #1673 (comment)
The text was updated successfully, but these errors were encountered: