Temporary disable broken tests

This commit is contained in:
Ivan Shalganov
2014-04-10 10:58:14 +04:00
parent 27bd06f534
commit 8adc2ac55d
2 changed files with 25 additions and 25 deletions

View File

@ -476,7 +476,7 @@ class Compiler
if ($tpl->extends) {
throw new InvalidUsageException("Only one {extends} allowed");
} elseif ($tpl->getStackSize()) {
throw new InvalidUsageException("Tags {extends} can not be nested");
throw new InvalidUsageException("Tag {extends} can not be nested");
}
$cname = $tpl->parsePlainArg($tokens, $name);
if ($name) {