Skip to content

Commit 0776969

Browse files
Adding link to Interactive Pause (Codeception#6083)
1 parent c9e83d2 commit 0776969

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Codeception/Lib/Interfaces/PageSourceSaver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ interface PageSourceSaver
1515
public function _savePageSource($filename);
1616

1717
/**
18-
* Saves current page's HTML into a temprary file.
19-
* Use this method in debug mode within an interactive pause to get a source code of current page.
18+
* Use this method within an [interactive pause](https://codeception.com/docs/02-GettingStarted#Interactive-Pause) to save the HTML source code of the current page.
2019
*
2120
* ```php
2221
* <?php

0 commit comments

Comments
 (0)