summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features.php
blob: 9005db14926daf2081fd8dc84afa609edcd1f6dd (plain)
1
2
3
4
5
6
7
8
<?php

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

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

?>