mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 0 additions and 4 deletions
|
@ -366,10 +366,6 @@ class phpbb_template_template_test extends phpbb_test_case
|
||||||
}
|
}
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
// TODO: Figure out why this wasn't considered.
|
|
||||||
catch (Exception $e)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// For debugging.
|
// For debugging.
|
||||||
// When testing eval path the cache file may not exist.
|
// When testing eval path the cache file may not exist.
|
||||||
|
|
Loading…
Add table
Reference in a new issue