Changeset 19467
- Timestamp:
- 06/23/09 08:26:30 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/test/unit/routing/sfPatternRoutingTest.php
r17338 r19467 43 43 class sfAlwaysAbsoluteRoute extends sfRoute 44 44 { 45 public function generate($params , $context = array(), $absolute = false)45 public function generate($params = array(), $context = array(), $absolute = false) 46 46 { 47 47 $url = parent::generate($params, $context, $absolute);

