diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/Layout.php')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/Layout.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/Layout.php b/tests/FunctionalTests/active-controls/protected/pages/Layout.php new file mode 100755 index 00000000..723f200c --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/Layout.php @@ -0,0 +1,5 @@ +<?php + +class Layout extends TTemplateControl +{ +} |