diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket591.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket591.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket591.php b/tests/FunctionalTests/tickets/protected/pages/Ticket591.php new file mode 100644 index 00000000..9e49e835 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket591.php @@ -0,0 +1,9 @@ +<?php
+
+Prado::using('System.Web.UI.ActiveControls.*');
+
+class Ticket591 extends TPage
+{
+}
+
+?>
\ No newline at end of file |