unit.php 533 B

123456789101112131415
  1. <?php
  2. /*
  3. * This file is part of the symfony package.
  4. * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. $_test_dir = realpath(dirname(__FILE__).'/..');
  10. require_once(dirname(__FILE__).'/../../config/ProjectConfiguration.class.php');
  11. $configuration = new ProjectConfiguration(realpath($_test_dir.'/..'));
  12. include($configuration->getSymfonyLibDir().'/vendor/lime/lime.php');