summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/FunctionalTests/tickets/protected/application.xml2
-rwxr-xr-xtests/FunctionalTests/tickets/protected/pages/Ticket284Component.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/application.xml b/tests/FunctionalTests/tickets/protected/application.xml
index 113b8455..1354137a 100755
--- a/tests/FunctionalTests/tickets/protected/application.xml
+++ b/tests/FunctionalTests/tickets/protected/application.xml
@@ -5,7 +5,7 @@
<url ServiceID="testService" ServiceParameter="ticket653" pattern="/ticket653/?" />
<url ServiceParameter="Ticket922" pattern="/ticket922/{text}" parameters.text=".*" />
</module>
- <module id="request" class="THttpRequest" UrlManager="friendly-url"/>
+ <module id="request" class="System.Web.THttpRequest" UrlManager="friendly-url"/>
</modules>
<services>
<!-- Define a new PageService, changing default basePath, and a new MasterClass -->
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;