diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/Master1.php')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/Master1.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/Master1.php b/tests/FunctionalTests/active-controls/protected/pages/Master1.php new file mode 100644 index 00000000..173a59f0 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/Master1.php @@ -0,0 +1,7 @@ +<?php
+
+class Master1 extends TTemplateControl
+{
+}
+
+?>
\ No newline at end of file |