home *** CD-ROM | disk | FTP | other *** search
- <?php
- // $Id: simple_include.php,v 1.2 2004/02/01 13:41:49 quipo Exp $
- //
- // This testsuite requires SimpleTest.
- // You can find it here:
- // http://www.lastcraft.com/simple_test.php
- //
- if (!defined('SIMPLE_TEST')) {
- define('SIMPLE_TEST', '../simpletest/');
- }
-
- require_once(SIMPLE_TEST . 'unit_tester.php');
- require_once(SIMPLE_TEST . 'reporter.php');
- require_once(SIMPLE_TEST . 'mock_objects.php');
- ?>