Development

Changeset 6863

You must first sign up to be able to contribute.

Changeset 6863

Show
Ignore:
Timestamp:
12/31/07 23:06:49 (1 year ago)
Author:
dwhittle
Message:

dwhittle: fixed path to escaping helper in escaping tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperArrayDecoratorTest.php

    r4271 r6863  
    44 * This file is part of the symfony package. 
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    6  *  
     6 * 
    77 * For the full copyright and license information, please view the LICENSE 
    88 * file that was distributed with this source code. 
     
    1616require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 
    1717 
    18 require_once(dirname(__FILE__).'/../../../../lib/helper/EscapingHelper.php'); 
     18require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 
    1919require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 
    2020 
  • branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperObjectDecoratorTest.php

    r5863 r6863  
    44 * This file is part of the symfony package. 
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    6  *  
     6 * 
    77 * For the full copyright and license information, please view the LICENSE 
    88 * file that was distributed with this source code. 
     
    1616require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 
    1717 
    18 require_once(dirname(__FILE__).'/../../../../lib/helper/EscapingHelper.php'); 
     18require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 
    1919require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 
    2020 
  • branches/dwhittle/1.1/test/unit/view/escaper/sfOutputEscaperTest.php

    r4271 r6863  
    44 * This file is part of the symfony package. 
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    6  *  
     6 * 
    77 * For the full copyright and license information, please view the LICENSE 
    88 * file that was distributed with this source code. 
     
    1616require_once(dirname(__FILE__).'/../../../../lib/view/escaper/sfOutputEscaperIteratorDecorator.class.php'); 
    1717 
    18 require_once(dirname(__FILE__).'/../../../../lib/helper/EscapingHelper.php'); 
     18require_once(dirname(__FILE__).'/../../../../lib/plugins/sfCompat10Plugin/lib/helper/EscapingHelper.php'); 
    1919require_once(dirname(__FILE__).'/../../../../lib/config/sfConfig.class.php'); 
    2020