diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-12 09:59:17 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-12 20:13:31 -0400 |
commit | 581374c9c3c3429f0a07c19e3c8de81fd3e6f320 (patch) | |
tree | 452bae912a5106cca4a8edbb9228f997994c8f62 /tests/template | |
parent | ac9a910c64c13d7a12cd7b0746956afa468c29db (diff) | |
download | forums-581374c9c3c3429f0a07c19e3c8de81fd3e6f320.tar forums-581374c9c3c3429f0a07c19e3c8de81fd3e6f320.tar.gz forums-581374c9c3c3429f0a07c19e3c8de81fd3e6f320.tar.bz2 forums-581374c9c3c3429f0a07c19e3c8de81fd3e6f320.tar.xz forums-581374c9c3c3429f0a07c19e3c8de81fd3e6f320.zip |
[feature/template-engine] Deleted useless catch.
In tests there is no need to catch unexpected exceptions.
PHPBB3-9726
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/template_test.php | 4 |
1 files changed, 0 insertions, 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. |