Explorar o código

Added fix for code coverage bug.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
b0352bd407
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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",
 			$filename, implode("\n", self::$include_path));
+		// @codeCoverageIgnoreStart
 	}
+	// @codeCoverageIgnoreEnd
 	
 	/**
 	 * Replace blocks and variables in the template's content.