Skip to content
adamgoucher edited this page Feb 6, 2013 · 11 revisions

1.0.10

  • added a SaunterPHP_Framework_Providers_SQLServer which uses odbc on osx and the ms php drivers on windows
  • saunter --reset will also correct the includePath setting in phpunit.xml

1.0.9

  • renamed the executable on unix to saunter and on windows to saunter.bat. This means that as long as the directory is correctly in your path (and PEAR really wants it there) you just need to type saunter on either platform and have it launch

1.0.8

  • removed $this->session->click($locator); as it conflicted with the wire protocol and broke action chains. just use $this->session->find_element_by_locator($locator)->click(); or similar.

1.0.7

  • can now proxy ssl
Clone this wiki locally