| Revision 20116,
241 bytes
checked in by nanasess, 16 years ago
(diff) |
- svn properties を再設定
- 再設定用のスクリプト追加
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/x-httpd-php; charset=UTF-8
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | // $Id$ |
|---|
| 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.