Revert "MDL-45606 Unit test fix for MySQL and added a comment about the removed code."

This reverts commit 0f18f3fa6f.
This commit is contained in:
Dan Poltawski
2014-05-21 18:20:18 +08:00
parent e7172ea726
commit 5f901117a8
2 changed files with 0 additions and 9 deletions
-3
View File
@@ -106,9 +106,6 @@ class phpunit_util extends testing_util {
// Stop any message redirection.
phpunit_util::stop_phpmailer_redirection();
// We used to call gc_collect_cycles here to ensure desctructors were called between tests.
// This accounted for 25% of the total time running phpunit - so we removed it.
// Show any unhandled debugging messages, the runbare() could already reset it.
self::display_debugging_messages();
self::reset_debugging();