summaryrefslogtreecommitdiff
path: root/tests/mktest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mktest.sh')
-rwxr-xr-xtests/mktest.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/mktest.sh b/tests/mktest.sh
deleted file mode 100755
index 126aebc..0000000
--- a/tests/mktest.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-mkdir "$1"
-touch "$1/test.tpl"
-touch "$1/want"
-
-echo '<?php
-
-use kch42\ste\STECore;
-
-function test_func(STECore $ste)
-{
-
-}' > "$1/code.php"
-
-echo 'have
-*.ast
-*.transc.php' > "$1/.gitignore"