diff options
Diffstat (limited to 'tests/phpunit/data/templates')
-rw-r--r-- | tests/phpunit/data/templates/foobar.mustache | 1 | ||||
-rw-r--r-- | tests/phpunit/data/templates/foobar_args.mustache | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/data/templates/foobar.mustache b/tests/phpunit/data/templates/foobar.mustache new file mode 100644 index 00000000..a0423896 --- /dev/null +++ b/tests/phpunit/data/templates/foobar.mustache @@ -0,0 +1 @@ +hello world! diff --git a/tests/phpunit/data/templates/foobar_args.mustache b/tests/phpunit/data/templates/foobar_args.mustache new file mode 100644 index 00000000..cfbe3d0f --- /dev/null +++ b/tests/phpunit/data/templates/foobar_args.mustache @@ -0,0 +1 @@ +hello {{planet}}! |