home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / simple_include.php < prev    next >
Encoding:
PHP Script  |  2004-10-01  |  405 b   |  15 lines

  1. <?php
  2. // $Id: simple_include.php,v 1.2 2004/02/01 13:41:49 quipo Exp $
  3. //
  4. // This testsuite requires SimpleTest.
  5. // You can find it here:
  6. // http://www.lastcraft.com/simple_test.php
  7. //
  8. if (!defined('SIMPLE_TEST')) {
  9.     define('SIMPLE_TEST', '../simpletest/');
  10. }
  11.  
  12. require_once(SIMPLE_TEST . 'unit_tester.php');
  13. require_once(SIMPLE_TEST . 'reporter.php');
  14. require_once(SIMPLE_TEST . 'mock_objects.php');
  15. ?>