public function testExecuteNoExists()
 {
     $conf = new ezcTemplateCompiledCode('8efb', $this->templateCompiledPath . '8efb.php');
     self::assertTrue(!file_exists($conf->path), "Compiled file <" . $conf->path . "> should not exist.");
     self::assertSame(false, $conf->isAvailable(), "isAvailable() should return false.");
 }