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_pseudotags/.gitignore | 3 --- tests/test_pseudotags/code.php | 5 ----- tests/test_pseudotags/test.tpl | 2 -- tests/test_pseudotags/want | 1 - 4 files changed, 11 deletions(-) delete mode 100644 tests/test_pseudotags/.gitignore delete mode 100644 tests/test_pseudotags/code.php delete mode 100644 tests/test_pseudotags/test.tpl delete mode 100644 tests/test_pseudotags/want (limited to 'tests/test_pseudotags') diff --git a/tests/test_pseudotags/.gitignore b/tests/test_pseudotags/.gitignore deleted file mode 100644 index de2a41b..0000000 --- a/tests/test_pseudotags/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -have -*.ast -*.transc.php diff --git a/tests/test_pseudotags/code.php b/tests/test_pseudotags/code.php deleted file mode 100644 index 25e7f00..0000000 --- a/tests/test_pseudotags/code.php +++ /dev/null @@ -1,5 +0,0 @@ -Ignore $meFoo -$foo bar \ No newline at end of file diff --git a/tests/test_pseudotags/want b/tests/test_pseudotags/want deleted file mode 100644 index 3aaffdc..0000000 --- a/tests/test_pseudotags/want +++ /dev/null @@ -1 +0,0 @@ -$foo bar -- cgit v1.2.3-54-g00ecf