respect-validation/tests/bootstrap.php
Alexandre 35c4d5febe -ExceptionIterator now can be configured to skip composite redundant messages or iterate over them all
-Rules\Each improvements and new tests, now can validate array keys too. Better exception reports for it.
-A very abrangent test including several cases on ValidatorTest
2011-02-02 00:28:02 -02:00

7 lines
No EOL
260 B
PHP

<?php
date_default_timezone_set('America/Sao_Paulo');
set_include_path('../library/' . PATH_SEPARATOR . './library/' . PATH_SEPARATOR . get_include_path());
require_once 'SplClassLoader.php';
$respectLoader = new \SplClassLoader();
$respectLoader->register();