Browse Source

Removed unused test files.

They are a relic of the time when bake was part of core.
ADmad 7 years ago
parent
commit
041f672f3f

+ 0 - 0
tests/test_app/Plugin/TestPlugin/src/Template/Bake/empty


+ 0 - 0
tests/test_app/Plugin/TestPluginTwo/src/Template/Bake/empty


+ 0 - 2
tests/test_app/TestApp/Template/Bake/classes/test_object.ctp

@@ -1,2 +0,0 @@
-I got rendered
-<%= $test; %>

+ 0 - 13
tests/test_app/TestApp/Template/Bake/view_tests/leading_whitespace.ctp

@@ -1,13 +0,0 @@
-<% foreach([1,2,3] as $number): %>
-    <%= $number %>
-<% endforeach; %>
-
-<% foreach([1,2,3] as $number): %>
-    number
-<% endforeach; %>
-
-This should make no difference:
-            <%- foreach([1,2,3] as $number): %>
-    <%= $number %>
-            <%- endforeach; %>
-And the previous line should not have leading whitespace.

+ 0 - 4
tests/test_app/TestApp/Template/Bake/view_tests/newlines.ctp

@@ -1,4 +0,0 @@
-There should be a newline about here: <%= "" %>
-And this should be on the next line.
-
-There should be no new line after this<%= "" %>

+ 0 - 1
tests/test_app/TestApp/Template/Bake/view_tests/simple.ctp

@@ -1 +0,0 @@
-The value of aVariable is: <%= $aVariable %>.

+ 0 - 1
tests/test_app/TestApp/Template/Bake/view_tests/simple_php.ctp

@@ -1 +0,0 @@
-The value of aVariable is: <%= $aVariable %>. Not <?php echo $aVariable ?>.

+ 0 - 1
tests/test_app/TestApp/Template/Bake/view_tests/simple_php_short_tags.ctp

@@ -1 +0,0 @@
-The value of aVariable is: <%= $aVariable %>. Not <?= $aVariable ?>.

+ 0 - 13
tests/test_app/TestApp/Template/Bake/view_tests_compare/leading_whitespace.ctp

@@ -1,13 +0,0 @@
-    1
-    2
-    3
-
-    number
-    number
-    number
-
-This should make no difference:
-    1
-    2
-    3
-And the previous line should not have leading whitespace.

+ 0 - 1
tests/test_app/TestApp/Template/Bake/views/admin_edit.ctp

@@ -1 +0,0 @@
-admin_edit template

+ 0 - 0
tests/test_app/TestApp/Template/Bake/views/admin_form.ctp