Changeset 936
- Timestamp:
- 07/23/08 18:36:49 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/new-router/test/unit2/AkRouter/UrlWriter_TestCase.php
r805 r936 43 43 function createRequest($params) 44 44 { 45 $Request = $this->getMock('AkRequest',array('getParametersFromRequestedUrl') );45 $Request = $this->getMock('AkRequest',array('getParametersFromRequestedUrl'),array(),'',false); 46 46 $Request->expects($this->any()) 47 47 ->method('getParametersFromRequestedUrl')
