Add licenses

This commit is contained in:
bzick
2013-04-28 18:08:57 +04:00
parent 614428e88d
commit 5a1097d5a6
22 changed files with 91 additions and 47 deletions

View File

@@ -17,7 +17,7 @@ class ScopeTest extends TestCase {
}
public function testBlock() {
/*$scope = new Scope($this->aspect, new Template($this->aspect), 1, array(
/*$scope = new Scope($this->cytro, new Template($this->cytro), 1, array(
"open" => array($this, "openTag"),
"close" => array($this, "closeTag")
), 0);