summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/validators.php
blob: f8b0029dee921b3beadea053aa3925912d10d1c5 (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());

?>