summaryrefslogtreecommitdiff
path: root/tests/test_closure
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-13 21:35:16 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-13 21:35:16 +0200
commit4e2bfed23c17929795f2082d6e77937170caeaa9 (patch)
tree4d9f66596c80af8081e4279580a3bbb4721ef184 /tests/test_closure
parent5ee6bbbf3002daf075fa77007daccf4d2af25241 (diff)
downloadste-4e2bfed23c17929795f2082d6e77937170caeaa9.tar.gz
ste-4e2bfed23c17929795f2082d6e77937170caeaa9.tar.bz2
ste-4e2bfed23c17929795f2082d6e77937170caeaa9.zip
Turn our functional tests into PhpUnit tests
Diffstat (limited to 'tests/test_closure')
-rw-r--r--tests/test_closure/.gitignore3
-rw-r--r--tests/test_closure/code.php5
-rw-r--r--tests/test_closure/test.tpl10
-rw-r--r--tests/test_closure/want2
4 files changed, 0 insertions, 20 deletions
diff --git a/tests/test_closure/.gitignore b/tests/test_closure/.gitignore
deleted file mode 100644
index de2a41b..0000000
--- a/tests/test_closure/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-have
-*.ast
-*.transc.php
diff --git a/tests/test_closure/code.php b/tests/test_closure/code.php
deleted file mode 100644
index 25e7f00..0000000
--- a/tests/test_closure/code.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-function test_func($ste)
-{
-}
diff --git a/tests/test_closure/test.tpl b/tests/test_closure/test.tpl
deleted file mode 100644
index c84ed0a..0000000
--- a/tests/test_closure/test.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-<ste:mktag name="inittag" mandatory="innername">
- <ste:set var="x"><ste:tagcontent /></ste:set>
- <ste:mktag name="$_tag_parameters[innername]">
- <ste:calc>$x + <ste:tagcontent /></ste:calc>
- </ste:mktag>
-</ste:mktag>
-<ste:inittag innername="foo">10</ste:inittag>
-<ste:inittag innername="bar">20</ste:inittag>
-<ste:foo>30</ste:foo>
-<ste:bar>40</ste:bar> \ No newline at end of file
diff --git a/tests/test_closure/want b/tests/test_closure/want
deleted file mode 100644
index 98d2f20..0000000
--- a/tests/test_closure/want
+++ /dev/null
@@ -1,2 +0,0 @@
-40
-60