| Revision 20119,
298 bytes
checked in by nanasess, 15 years ago
(diff) |
|
module 以下は svn:keywords を除外
|
-
Property svn:eol-style set to
LF
-
Property svn:mime-type set to
text/x-httpd-php; charset=UTF-8
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | // $Id: simple_include.php,v 1.1 2004/05/24 22:25:43 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 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.