diff options
Diffstat (limited to 'vendor/flexi/test/templates')
13 files changed, 0 insertions, 16 deletions
diff --git a/vendor/flexi/test/templates/factory_tests/baz.unknown_extension b/vendor/flexi/test/templates/factory_tests/baz.unknown_extension deleted file mode 100644 index e69de29..0000000 --- a/vendor/flexi/test/templates/factory_tests/baz.unknown_extension +++ /dev/null diff --git a/vendor/flexi/test/templates/factory_tests/foo.php b/vendor/flexi/test/templates/factory_tests/foo.php deleted file mode 100644 index 0150355..0000000 --- a/vendor/flexi/test/templates/factory_tests/foo.php +++ /dev/null @@ -1 +0,0 @@ -Hallo, <?= $whom ?>!
\ No newline at end of file diff --git a/vendor/flexi/test/templates/layout_with_partials/layout.php b/vendor/flexi/test/templates/layout_with_partials/layout.php deleted file mode 100644 index a037f25..0000000 --- a/vendor/flexi/test/templates/layout_with_partials/layout.php +++ /dev/null @@ -1,3 +0,0 @@ -<? -$do_not_echo_this = $this->render_partial_collection('partial', range(1, 5)); -echo $content_for_layout ?> diff --git a/vendor/flexi/test/templates/layout_with_partials/partial.php b/vendor/flexi/test/templates/layout_with_partials/partial.php deleted file mode 100644 index b648ac9..0000000 --- a/vendor/flexi/test/templates/layout_with_partials/partial.php +++ /dev/null @@ -1 +0,0 @@ -partial diff --git a/vendor/flexi/test/templates/layout_with_partials/template.php b/vendor/flexi/test/templates/layout_with_partials/template.php deleted file mode 100644 index 3236cba..0000000 --- a/vendor/flexi/test/templates/layout_with_partials/template.php +++ /dev/null @@ -1 +0,0 @@ -template diff --git a/vendor/flexi/test/templates/template_tests/attributes.php b/vendor/flexi/test/templates/template_tests/attributes.php deleted file mode 100644 index 8ee269a..0000000 --- a/vendor/flexi/test/templates/template_tests/attributes.php +++ /dev/null @@ -1,3 +0,0 @@ -<? foreach (get_defined_vars() as $name => $value) : ?> -<?= $name ?><?= $value ?> -<? endforeach ?> diff --git a/vendor/flexi/test/templates/template_tests/foo.php b/vendor/flexi/test/templates/template_tests/foo.php deleted file mode 100644 index 0150355..0000000 --- a/vendor/flexi/test/templates/template_tests/foo.php +++ /dev/null @@ -1 +0,0 @@ -Hallo, <?= $whom ?>!
\ No newline at end of file diff --git a/vendor/flexi/test/templates/template_tests/foo_using_partial.php b/vendor/flexi/test/templates/template_tests/foo_using_partial.php deleted file mode 100644 index 813a0b6..0000000 --- a/vendor/flexi/test/templates/template_tests/foo_using_partial.php +++ /dev/null @@ -1 +0,0 @@ -Hallo, <?= $this->render_partial('foos_partial') ?>! diff --git a/vendor/flexi/test/templates/template_tests/foo_with_partial_collection.php b/vendor/flexi/test/templates/template_tests/foo_with_partial_collection.php deleted file mode 100644 index 3deeeed..0000000 --- a/vendor/flexi/test/templates/template_tests/foo_with_partial_collection.php +++ /dev/null @@ -1 +0,0 @@ -[<?= $this->render_partial_collection('item', $items, 'spacer') ?>] diff --git a/vendor/flexi/test/templates/template_tests/foos_partial.php b/vendor/flexi/test/templates/template_tests/foos_partial.php deleted file mode 100644 index 8746c07..0000000 --- a/vendor/flexi/test/templates/template_tests/foos_partial.php +++ /dev/null @@ -1 +0,0 @@ -<h1><?= $whom ?> at <?= $when ?></h1> diff --git a/vendor/flexi/test/templates/template_tests/item.php b/vendor/flexi/test/templates/template_tests/item.php deleted file mode 100644 index 6cf5418..0000000 --- a/vendor/flexi/test/templates/template_tests/item.php +++ /dev/null @@ -1 +0,0 @@ -"<?= $item ?>" diff --git a/vendor/flexi/test/templates/template_tests/layouts/layout.php b/vendor/flexi/test/templates/template_tests/layouts/layout.php deleted file mode 100644 index 860be85..0000000 --- a/vendor/flexi/test/templates/template_tests/layouts/layout.php +++ /dev/null @@ -1 +0,0 @@ -[<?=$content_for_layout?>]
\ No newline at end of file diff --git a/vendor/flexi/test/templates/template_tests/spacer.php b/vendor/flexi/test/templates/template_tests/spacer.php deleted file mode 100644 index 41622b4..0000000 --- a/vendor/flexi/test/templates/template_tests/spacer.php +++ /dev/null @@ -1 +0,0 @@ -,
\ No newline at end of file |
