mirror of
https://github.com/Respect/Validation.git
synced 2026-03-15 14:55:44 +01:00
-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
7 lines
No EOL
260 B
PHP
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(); |