| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * Limb PHP Framework 4 * 5 * @link http://limb-project.com 6 * @copyright Copyright © 2004-2007 BIT(http://bit-creative.com) 7 * @license LGPL http://www.gnu.org/copyleft/lesser.html 8 */ 9 10 /** 11 * @package tests_runner 12 * @version $Id$ 13 */ 14 @define('SIMPLE_TEST', dirname(__FILE__) . '/lib/simpletest/'); 15 16 if(!@include_once(SIMPLE_TEST . '/unit_tester.php')) 17 { 18 echo('SIMPLE_TEST constant doesn\'t point to SimpleTest installation directory(' . SIMPLE_TEST . ')'); 19 exit(1); 20 } 21 22 require_once(SIMPLE_TEST . '/mock_objects.php'); 23 require_once(SIMPLE_TEST . '/reporter.php'); 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jul 25 03:54:57 2008 | Cross-referenced by PHPXref 0.7 |