summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart.php
blob: 3493a9072c6eab6de0f0ffd51bd0200d3916242e (plain)
1
2
3
4
5
6
7
8
<?php

require('../test_tools/functional_tests.php');

$tester=new PradoFunctionalTester(dirname(__FILE__).'/quickstart');
$tester->run(new SimpleReporter());

?>