Development

Changeset 23448

You must first sign up to be able to contribute.

Changeset 23448

Show
Ignore:
Timestamp:
10/29/09 21:58:47 (4 years ago)
Author:
FabianLange
Message:

[routing_performance] added option to patch sfRoute class as well

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/routing_performance/routing_performance.php

    r23446 r23448  
    77require_once dirname(__FILE__).'/stats.php'; 
    88require_once dirname(__FILE__).'/../bootstrap/unit.php'; 
     9require_once dirname(__FILE__).'/'.$patch.'/sfRouteNew.class.php'; 
    910require_once dirname(__FILE__).'/'.$patch.'/sfRoutingConfigHandlerNew.class.php'; 
    1011require_once dirname(__FILE__).'/'.$patch.'/sfPatternRoutingNew.class.php';