Changeset 7433
- Timestamp:
- 02/09/08 16:32:18 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfCompat10Plugin/test/functional/fixtures/symfony
r5320 r7433 4 4 /* 5 5 * This file is part of the symfony package. 6 * (c) 2004-2006Fabien Potencier <fabien.potencier@symfony-project.com>6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 7 7 * 8 8 * For the full copyright and license information, please view the LICENSE … … 12 12 chdir(dirname(__FILE__)); 13 13 include('config/config.php'); 14 include($sf_symfony_ data_dir.'/bin/symfony.php');14 include($sf_symfony_lib_dir.'/command/cli.php'); branches/1.1/lib/plugins/sfPropelPlugin/test/functional/fixtures/symfony
r5103 r7433 4 4 /* 5 5 * This file is part of the symfony package. 6 * (c) 2004-2006Fabien Potencier <fabien.potencier@symfony-project.com>6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 7 7 * 8 8 * For the full copyright and license information, please view the LICENSE … … 12 12 chdir(dirname(__FILE__)); 13 13 include('config/config.php'); 14 include($sf_symfony_ data_dir.'/bin/symfony.php');14 include($sf_symfony_lib_dir.'/command/cli.php'); branches/1.1/test/functional/fixtures/project/symfony
r2543 r7433 4 4 /* 5 5 * This file is part of the symfony package. 6 * (c) 2004-2006Fabien Potencier <fabien.potencier@symfony-project.com>6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 7 7 * 8 8 * For the full copyright and license information, please view the LICENSE … … 12 12 chdir(dirname(__FILE__)); 13 13 include('config/config.php'); 14 include($sf_symfony_ data_dir.'/bin/symfony.php');14 include($sf_symfony_lib_dir.'/command/cli.php');