Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of SysConfig setting UnitTest::DefaultDirectory #1676

Closed
bschmalhofer opened this issue Mar 16, 2022 · 1 comment
Closed

Remove usage of SysConfig setting UnitTest::DefaultDirectory #1676

bschmalhofer opened this issue Mar 16, 2022 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists tidying Tidying of the code
Milestone

Comments

@bschmalhofer
Copy link
Contributor

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)

@bschmalhofer bschmalhofer self-assigned this Mar 16, 2022
@bschmalhofer bschmalhofer added the tidying Tidying of the code label Mar 16, 2022
@bschmalhofer bschmalhofer added this to the OTOBO 11.0 milestone Mar 16, 2022
@bschmalhofer bschmalhofer added the duplicate This issue or pull request already exists label Apr 4, 2023
@bschmalhofer
Copy link
Contributor Author

This was already handled in #2067.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists tidying Tidying of the code
Projects
None yet
Development

No branches or pull requests

1 participant