mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
More verbose startsession
This commit is contained in:
parent
6f9352cac4
commit
2e3d97cbc4
@ -147,6 +147,7 @@ class SilverStripeContext extends MinkContext implements SilverStripeAwareContex
|
||||
);
|
||||
$url .= '?' . http_build_query($params);
|
||||
|
||||
file_put_contents('php://stdout', 'Starting session: ' . $url . PHP_EOL);
|
||||
$this->getSession()->visit($url);
|
||||
|
||||
$page = $this->getSession()->getPage();
|
||||
|
Loading…
Reference in New Issue
Block a user