Development

Changeset 4574

You must first sign up to be able to contribute.

Changeset 4574

Show
Ignore:
Timestamp:
07/11/07 14:13:26 (1 year ago)
Author:
fabien
Message:

fixed typo in sfTestBrowser::getAndCheck()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/test/sfTestBrowser.class.php

    r4404 r4574  
    6363  { 
    6464    return $this-> 
    65       get(null !== null ? $url : sprintf('/%s/%s', $module, $action))-> 
     65      get(null !== $url ? $url : sprintf('/%s/%s', $module, $action))-> 
    6666      isStatusCode($code)-> 
    6767      isRequestParameter('module', $module)->