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:
parent
ac9a910c64
commit
581374c9c3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user