root/trunk/test/bootstrap/unit.php
| Revision 48, 0.5 kB (checked in by nperriault, 6 months ago) |
|---|
| Line | |
|---|---|
| 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 | |
| 13 | require_once(dirname(__FILE__).'/../../config/ProjectConfiguration.class.php'); |
| 14 | $configuration = new ProjectConfiguration(realpath($_test_dir.'/..')); |
| 15 | include($configuration->getSymfonyLibDir().'/vendor/lime/lime.php'); |
| 16 |
Note: See TracBrowser for help on using the browser.
