source: branches/version-2_12-dev/tests/require.php.jenkins @ 22128

Revision 22128, 378 bytes checked in by shift_hiroko.tamagawa, 11 years ago (diff)

単体テスト用基盤クラスと一部テストコードを追加

Line 
1<?php
2$HOME = realpath(dirname(__FILE__)) . '/../';
3require_once "$HOME/html/require.php";
4set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/pear');
5set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/local/lib/php');
6set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/lib/php/pear');
7require_once "$HOME/tests/class/Common_TestCase.php";
8?>
Note: See TracBrowser for help on using the repository browser.