Changeset 6863
- Timestamp:
- 12/31/07 23:06:49 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperArrayDecoratorTest.php
r4271 r6863 4 4 * This file is part of the symfony package. 5 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 * 6 * 7 7 * For the full copyright and license information, please view the LICENSE 8 8 * file that was distributed with this source code. … … 16 16 require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 17 17 18 require_once(dirname(__FILE__).'/../../../../lib/ helper/EscapingHelper.php');18 require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 19 19 require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 20 20 branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperObjectDecoratorTest.php
r5863 r6863 4 4 * This file is part of the symfony package. 5 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 * 6 * 7 7 * For the full copyright and license information, please view the LICENSE 8 8 * file that was distributed with this source code. … … 16 16 require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 17 17 18 require_once(dirname(__FILE__).'/../../../../lib/ helper/EscapingHelper.php');18 require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 19 19 require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 20 20 branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperTest.php
r4271 r6863 4 4 * This file is part of the symfony package. 5 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 * 6 * 7 7 * For the full copyright and license information, please view the LICENSE 8 8 * file that was distributed with this source code. … … 16 16 require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 17 17 18 require_once(dirname(__FILE__).'/../../../../lib/ helper/EscapingHelper.php');18 require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 19 19 require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 20 20