Skip to content
Snippets Groups Projects
Commit b0352bd4 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added fix for code coverage bug.

parent 650becb3
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,9 @@ class pQueryTemplate extends pQuery implements pQueryExtension {
self::error("Could not find template file \"%s\", looked in folders:\n%s",
$filename, implode("\n", self::$include_path));
// @codeCoverageIgnoreStart
}
// @codeCoverageIgnoreEnd
/**
* Replace blocks and variables in the template's content.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment