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/test_closure/.gitignore | 3 --- tests/test_closure/code.php | 5 ----- tests/test_closure/test.tpl | 10 ---------- tests/test_closure/want | 2 -- 4 files changed, 20 deletions(-) delete mode 100644 tests/test_closure/.gitignore delete mode 100644 tests/test_closure/code.php delete mode 100644 tests/test_closure/test.tpl delete mode 100644 tests/test_closure/want (limited to 'tests/test_closure') 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 @@ - - - - $x + - - -10 -20 -30 -40 \ 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 -- cgit v1.2.3-54-g00ecf