Development

Changeset 7433

You must first sign up to be able to contribute.

Changeset 7433

Show
Ignore:
Timestamp:
02/09/08 16:32:18 (10 months ago)
Author:
fabien
Message:

updated symfony files in fixtures dirs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfCompat10Plugin/test/functional/fixtures/symfony

    r5320 r7433  
    44/* 
    55 * This file is part of the symfony package. 
    6  * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    77 *  
    88 * For the full copyright and license information, please view the LICENSE 
     
    1212chdir(dirname(__FILE__)); 
    1313include('config/config.php'); 
    14 include($sf_symfony_data_dir.'/bin/symfony.php'); 
     14include($sf_symfony_lib_dir.'/command/cli.php'); 
  • branches/1.1/lib/plugins/sfPropelPlugin/test/functional/fixtures/symfony

    r5103 r7433  
    44/* 
    55 * This file is part of the symfony package. 
    6  * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    77 *  
    88 * For the full copyright and license information, please view the LICENSE 
     
    1212chdir(dirname(__FILE__)); 
    1313include('config/config.php'); 
    14 include($sf_symfony_data_dir.'/bin/symfony.php'); 
     14include($sf_symfony_lib_dir.'/command/cli.php'); 
  • branches/1.1/test/functional/fixtures/project/symfony

    r2543 r7433  
    44/* 
    55 * This file is part of the symfony package. 
    6  * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    77 *  
    88 * For the full copyright and license information, please view the LICENSE 
     
    1212chdir(dirname(__FILE__)); 
    1313include('config/config.php'); 
    14 include($sf_symfony_data_dir.'/bin/symfony.php'); 
     14include($sf_symfony_lib_dir.'/command/cli.php');