[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/tests_runner/ -> simpletest.inc.php (source)

   1  <?php
   2  /*

   3   * Limb PHP Framework

   4   *

   5   * @link http://limb-project.com

   6   * @copyright  Copyright &copy; 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  ?>


Generated: Fri Jul 25 03:54:57 2008 Cross-referenced by PHPXref 0.7