Changeset 936

Show
Ignore:
Timestamp:
07/23/08 18:36:49 (3 months ago)
Author:
kaste
Message:

Don't call the constructor of AkRequest? in UrlWriter_TestCase anymore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/new-router/test/unit2/AkRouter/UrlWriter_TestCase.php

    r805 r936  
    4343    function createRequest($params) 
    4444    { 
    45         $Request = $this->getMock('AkRequest',array('getParametersFromRequestedUrl')); 
     45        $Request = $this->getMock('AkRequest',array('getParametersFromRequestedUrl'),array(),'',false); 
    4646        $Request->expects($this->any()) 
    4747                ->method('getParametersFromRequestedUrl')