Differences Between: [Versions 310 and 311] [Versions 39 and 311]
The Interface for a behat root context.
Copyright: | 2020 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 56 lines (2 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
behat_session_interface:: (1 method):
getSession()
Interface: behat_session_interface - X-Ref
The Interface for a behat root context.getSession($name = null) X-Ref |
Returns the Mink session. param: string|null $name name of the session OR active session will be used return: \Behat\Mink\Session |