| Line | |
|---|
| 1 | <?php |
|---|
| 2 | $HOME = realpath(dirname(__FILE__)) . '/../'; |
|---|
| 3 | require_once "$HOME/html/require.php"; |
|---|
| 4 | // ローカルの環境に応じて追加・編集し、phpunitが使えるように設定してください。 |
|---|
| 5 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pear'); |
|---|
| 6 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/local/lib/php'); |
|---|
| 7 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/lib/php/pear'); |
|---|
| 8 | set_include_path(get_include_path() . PATH_SEPARATOR . 'c:/pleiades/xampp/php/PEAR'); |
|---|
| 9 | require_once "$HOME/tests/class/Common_TestCase.php"; |
|---|
| 10 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.