summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages
diff options
context:
space:
mode:
authorDavid <ottodavid@gmx.net>2015-08-08 17:50:21 +0200
committerDavid <ottodavid@gmx.net>2015-08-08 21:11:10 +0200
commitfac491977897c1caba81e01cf6af2d195139ad97 (patch)
treeb3cd1ac3bdf605d8cbce70c668b27811cc545368 /tests/FunctionalTests/tickets/protected/pages
parentb46b4e7acb00715982a8d3543fb22f5ac64c88fe (diff)
added missing Prado::using
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages')
-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;