mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/template-engine] Deleted useless catch.
In tests there is no need to catch unexpected exceptions. PHPBB3-9726
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user