6 * @link http://www.phpspec.org/ The PHPSpec homepage
8 require_once 'PHPSpec.php';
10 set_include_path('../project/' . PATH_SEPARATOR
. '../project/library' . PATH_SEPARATOR
. get_include_path());
12 require_once 'Zend/Loader.php';
13 Zend_Loader
::registerAutoload();
15 $options = new stdClass
;
16 $options->recursive
= true;
17 $options->specdocs
= true;
18 $options->reporter
= 'html';
20 PHPSpec_Runner
::run($options);