From 581374c9c3c3429f0a07c19e3c8de81fd3e6f320 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 12 May 2011 09:59:17 -0400 Subject: [PATCH] [feature/template-engine] Deleted useless catch. In tests there is no need to catch unexpected exceptions. PHPBB3-9726 --- tests/template/template_test.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 0922599d74..0553132484 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -366,10 +366,6 @@ class phpbb_template_template_test extends phpbb_test_case } throw $e; } - // TODO: Figure out why this wasn't considered. - catch (Exception $e) - { - } // For debugging. // When testing eval path the cache file may not exist.