home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / simple_include.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  291 b   |  10 lines

  1. <?php
  2. // $Id: simple_include.php,v 1.1 2003/11/30 17:30:01 quipo Exp $
  3. if (!defined('SIMPLE_TEST')) {
  4.     define('SIMPLE_TEST', '../simpletest/');
  5. }
  6.  
  7. require_once(SIMPLE_TEST . 'unit_tester.php');
  8. require_once(SIMPLE_TEST . 'reporter.php');
  9. require_once(SIMPLE_TEST . 'mock_objects.php');
  10. ?>