Skip to content

Commit

Permalink
E2E Test Utils: Regenerate README.md documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored and gziolo committed Mar 27, 2019
1 parent b3abae5 commit 6bdd7aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/e2e-test-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,20 @@ _Returns_

- `Promise`: Promise resolving with a boolean.

<a name="hasPHPError" href="#hasPHPError">#</a> **hasPHPError**

Returns a promise resolving to a boolean reflecting whether a PHP notice is
present anywhere within the document's markup. This requires the environment
be configured to display errors.

_Related_

- <http://php.net/manual/en/function.error-reporting.php>

_Returns_

- `Promise`: Promise resolving to a boolean reflecting whether a PHP notice is present.

<a name="insertBlock" href="#insertBlock">#</a> **insertBlock**

Opens the inserter, searches for the given term, then selects the first
Expand Down

0 comments on commit 6bdd7aa

Please sign in to comment.