|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
1 |
|
||
How to pass querystring to testAction in CakePHP 1.2?In CakePHP putting a querystring in the url doesn't cause it to be automatically parsed and split like it normally is when the controller is directly invoked. For example:
will result in:
While invoking the url directly via the web browser results in:
Without editing the CakePHP source, is there some way to have the querystring split when running unit tests?
|
||||
