diff --git a/tests/resources/template/child1.tpl b/tests/resources/template/child1.tpl deleted file mode 100644 index f8b27b4..0000000 --- a/tests/resources/template/child1.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{extends "parent.tpl"} -{block blk1} -blk1.{$a} -{/block} \ No newline at end of file diff --git a/tests/resources/template/child2.tpl b/tests/resources/template/child2.tpl deleted file mode 100644 index fab7d20..0000000 --- a/tests/resources/template/child2.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{extends "child1.tpl"} -{block blk2} -blk2.{$a} -{/block} \ No newline at end of file diff --git a/tests/resources/template/child3.tpl b/tests/resources/template/child3.tpl deleted file mode 100644 index e3a7770..0000000 --- a/tests/resources/template/child3.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{extends "child2.tpl"} - -{block blk1} -blk1.{$a} (overwritten) -{/block} - -{block blk3} -blk3.{$a} -{/block} \ No newline at end of file diff --git a/tests/resources/template/parent.tpl b/tests/resources/template/parent.tpl deleted file mode 100644 index 93c210b..0000000 --- a/tests/resources/template/parent.tpl +++ /dev/null @@ -1,4 +0,0 @@ -Parent template -Block1: {block blk1}{/block} -Block2: {block blk2}{/block} -Block3: {block blk3}default{/block} \ No newline at end of file diff --git a/tests/resources/template/template1.tpl b/tests/resources/template/template1.tpl deleted file mode 100644 index 35ab541..0000000 --- a/tests/resources/template/template1.tpl +++ /dev/null @@ -1 +0,0 @@ -Template 1 {$a} \ No newline at end of file diff --git a/tests/resources/template/template2.tpl b/tests/resources/template/template2.tpl deleted file mode 100644 index 91e7a47..0000000 --- a/tests/resources/template/template2.tpl +++ /dev/null @@ -1 +0,0 @@ -Template 2 {$b} \ No newline at end of file