Fixed the steps printing some output
This commit is contained in:
@@ -420,7 +420,7 @@ class MinkContext extends RawMinkContext implements TranslatableContext
|
|||||||
*/
|
*/
|
||||||
public function printCurrentUrl()
|
public function printCurrentUrl()
|
||||||
{
|
{
|
||||||
$this->printDebug($this->getSession()->getCurrentUrl());
|
echo $this->getSession()->getCurrentUrl();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -430,7 +430,7 @@ class MinkContext extends RawMinkContext implements TranslatableContext
|
|||||||
*/
|
*/
|
||||||
public function printLastResponse()
|
public function printLastResponse()
|
||||||
{
|
{
|
||||||
$this->printDebug(
|
echo (
|
||||||
$this->getSession()->getCurrentUrl()."\n\n".
|
$this->getSession()->getCurrentUrl()."\n\n".
|
||||||
$this->getSession()->getPage()->getContent()
|
$this->getSession()->getPage()->getContent()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user