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

require(dirname(__FILE__).'/PradoTester.php');

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

?>