summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket284Component.php')
-rwxr-xr-xtests/FunctionalTests/tickets/protected/pages/Ticket284Component.php2
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;