From 4e2bfed23c17929795f2082d6e77937170caeaa9 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 13 Sep 2020 21:35:16 +0200 Subject: Turn our functional tests into PhpUnit tests --- tests/functional/test_scoping/test.tpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/functional/test_scoping/test.tpl (limited to 'tests/functional/test_scoping/test.tpl') diff --git a/tests/functional/test_scoping/test.tpl b/tests/functional/test_scoping/test.tpl new file mode 100644 index 0000000..e8a5cf2 --- /dev/null +++ b/tests/functional/test_scoping/test.tpl @@ -0,0 +1,18 @@ +A +B + + in foo: \$a = $a + in foo: \$b = $b + in foo: \$c = $c + X + Y + Z + in foo (after set): \$a = $a + in foo (after set): \$b = $b + in foo (after set): \$c = $c + + + +\$a = $a +\$b = $b +\$c = $c \ No newline at end of file -- cgit v1.2.3-54-g00ecf