Rev | Line | |
---|
[289] | 1 | <?php |
---|
| 2 | |
---|
| 3 | /* |
---|
| 4 | * This file is part of the symfony package. |
---|
| 5 | * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> |
---|
| 6 | * |
---|
| 7 | * For the full copyright and license information, please view the LICENSE |
---|
| 8 | * file that was distributed with this source code. |
---|
| 9 | */ |
---|
| 10 | |
---|
| 11 | $_test_dir = realpath(dirname(__FILE__).'/..'); |
---|
| 12 | define('SF_ROOT_DIR', realpath($_test_dir.'/..')); |
---|
| 13 | |
---|
| 14 | // symfony directories |
---|
| 15 | include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); |
---|
| 16 | |
---|
| 17 | require_once($sf_symfony_lib_dir.'/vendor/lime/lime.php'); |
---|
Note: See
TracBrowser
for help on using the repository browser.