source:
branches/version-2_12_3en/tests/require.php.jenkins
@
22144
| Revision 22144, 378 bytes checked in by h_yoshimoto, 13 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | $HOME = realpath(dirname(__FILE__)) . '/../'; |
| 3 | require_once "$HOME/html/require.php"; |
| 4 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pear'); |
| 5 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/local/lib/php'); |
| 6 | set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/lib/php/pear'); |
| 7 | require_once "$HOME/tests/class/Common_TestCase.php"; |
| 8 | ?> |
Note: See TracBrowser
for help on using the repository browser.
