Development

Changeset 4573

You must first sign up to be able to contribute.

Changeset 4573

Show
Ignore:
Timestamp:
07/11/07 14:13:02 (3 years ago)
Author:
fabien
Message:

fixed typo in sfTestBrowser::getAndCheck()

Files:

Legend:

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

    r4435 r4573  
    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)-> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.