1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[feature/template-engine] Deleted useless catch.

In tests there is no need to catch unexpected exceptions.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev 2011-05-12 09:59:17 -04:00
parent ac9a910c64
commit 581374c9c3

View File

@ -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.