More verbose startsession

This commit is contained in:
Ingo Schommer 2013-08-13 13:04:49 +02:00
parent 6f9352cac4
commit 2e3d97cbc4

View File

@ -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();