We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d4a7c commit 79cd57cCopy full SHA for 79cd57c
1 file changed
stepup/tests/behat/features/bootstrap/RaContext.php
@@ -728,9 +728,12 @@ private function diePrintingContent()
728
729
/**
730
* @Given /^I die$/
731
- */
+ * Call the PHP die() function and output the contents of the current webpage
732
+ * Useful for debugging
733
+ */
734
public function andIDie()
735
{
736
+ echo "\nAborting test because \"I die\" is given\n";
737
$this->diePrintingContent();
738
}
739
0 commit comments