diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php index 71f78269..c962850a 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php @@ -1,5 +1,7 @@ <?php +Prado::using('System.Web.UI.IValidatable'); + class Ticket284Component extends TTemplateControl implements IValidatable { private $_isValid; |