respect-validation/tests/bootstrap.php
2010-09-23 20:24:22 -03:00

6 lines
No EOL
211 B
PHP

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