Skip to content

Commit

Permalink
Issue #616: _MockPerlTimeHandling() is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Nov 5, 2020
1 parent 5d4c54f commit 994bc6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Kernel/System/UnitTest/Helper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ sub new {
# Decide whether we should actually execute tests
$Self->{ExecuteInternalTests} = $Param{ExecuteInternalTests} // 1;

# Override Perl's built-in time handling mechanism to set a fixed time if needed.
$Self->_MockPerlTimeHandling();

# Remove any leftover custom files from aborted previous runs.
$Self->CustomFileCleanup();

Expand Down

0 comments on commit 994bc6d

Please sign in to comment.