summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/index.php
blob: fe1276396c0ff193e0b3afcd9229a98bf9259b5d (plain)
1
2
3
4
5
6
7
8
<?php

require_once(dirname(__FILE__).'/../../../framework/prado.php');

$app=new TApplication;
$app->run();

?>