mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Behat: Remove "start session" log
Need to find a better way to log this, which is not interfering with the main formatter output
This commit is contained in:
parent
a0ac37fa1e
commit
69589bf316
@ -148,7 +148,6 @@ 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