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

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

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

?>