summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket591.php
blob: 9e49e835b0d0118e772e58f4cf73a46fc6ccf15a (plain)
1
2
3
4
5
6
7
8
9
<?php

Prado::using('System.Web.UI.ActiveControls.*');

class Ticket591 extends TPage
{
}

?>