Browse Source

Added fix for code coverage bug.

Taddeus Kroes 14 years ago
parent
commit
b0352bd407
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pquery.template.php

+ 2 - 0
pquery.template.php

@@ -76,7 +76,9 @@ class pQueryTemplate extends pQuery implements pQueryExtension {
 		
 		
 		self::error("Could not find template file \"%s\", looked in folders:\n%s",
 		self::error("Could not find template file \"%s\", looked in folders:\n%s",
 			$filename, implode("\n", self::$include_path));
 			$filename, implode("\n", self::$include_path));
+		// @codeCoverageIgnoreStart
 	}
 	}
+	// @codeCoverageIgnoreEnd
 	
 	
 	/**
 	/**
 	 * Replace blocks and variables in the template's content.
 	 * Replace blocks and variables in the template's content.