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_blocks/.gitignore | 3 --- tests/test_blocks/code.php | 5 ----- tests/test_blocks/master.tpl | 3 --- tests/test_blocks/test.tpl | 2 -- tests/test_blocks/want | 3 --- 5 files changed, 16 deletions(-) delete mode 100644 tests/test_blocks/.gitignore delete mode 100644 tests/test_blocks/code.php delete mode 100644 tests/test_blocks/master.tpl delete mode 100644 tests/test_blocks/test.tpl delete mode 100644 tests/test_blocks/want (limited to 'tests/test_blocks') diff --git a/tests/test_blocks/.gitignore b/tests/test_blocks/.gitignore deleted file mode 100644 index de2a41b..0000000 --- a/tests/test_blocks/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -have -*.ast -*.transc.php diff --git a/tests/test_blocks/code.php b/tests/test_blocks/code.php deleted file mode 100644 index 25e7f00..0000000 --- a/tests/test_blocks/code.php +++ /dev/null @@ -1,5 +0,0 @@ -Bar -Baz \ No newline at end of file diff --git a/tests/test_blocks/test.tpl b/tests/test_blocks/test.tpl deleted file mode 100644 index 44c6891..0000000 --- a/tests/test_blocks/test.tpl +++ /dev/null @@ -1,2 +0,0 @@ - -Replaced \ No newline at end of file diff --git a/tests/test_blocks/want b/tests/test_blocks/want deleted file mode 100644 index 640cfef..0000000 --- a/tests/test_blocks/want +++ /dev/null @@ -1,3 +0,0 @@ -Foo -Replaced -Baz -- cgit v1.2.3-54-g00ecf