summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tests.php
blob: 706c06612fc005aef362462091e2454b8b7e65dc (plain)
1
2
3
4
5
6
7
8
9
10
<?php

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


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

?>