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
In ./Kernel/System/Console/Command/Dev/UnitTest/Run.pm there is support for `UnitTest::DefaultDirectory'. This SysConfig setting isn't documented anywhere and AFAIK not used anywhere. I propose to remove it.
# Allow specification of a default directory to limit test execution.
# TODO: eliminate this
my $DefaultDirectory = $Kernel::OM->Get('Kernel::Config')->Get('UnitTest::DefaultDirectory');
bschmalhofer
changed the title
Remove support for SysConfig setting UnitTest::DefaultDirector
Remove support for SysConfig setting UnitTest::DefaultDirectory
Dec 25, 2022
In ./Kernel/System/Console/Command/Dev/UnitTest/Run.pm there is support for `UnitTest::DefaultDirectory'. This SysConfig setting isn't documented anywhere and AFAIK not used anywhere. I propose to remove it.
See also #2064.
The text was updated successfully, but these errors were encountered: