-
Notifications
You must be signed in to change notification settings - Fork 6
ReleaseNotes
adamgoucher edited this page Mar 4, 2013
·
11 revisions
changes
- updated PHPWebDriver dependency to 1.7.0
changes
- 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
- got rid of some warnings on methods php's default of strict mode what whinging about... not that it should be possible to ever trigger them due to how things are layered...
- loading saunter.inc a little earlier to make the timezone warning go away
upgrade notes
- the line in saunter.inc that starts with $GLOBALS['settings']['logname'] is now redundant and can be deleted. or just ignored...
- 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
- 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.
- can now proxy ssl