* [Planet] Feeds are now accessed through the unified Vogel_Feed* classes.
[pivip.git] / specifications / AllSpecs.php
bloba6334d32d2b76f8650763af6208411b3e04e5605
1 <?php
3 /**
4 * Load PHPSpec
6 * @link http://www.phpspec.org/ The PHPSpec homepage
7 */
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);