You are here

public function PermissionsByTermDrupalSubContext::dumpHTML in Permissions by Term 8.2

Dumps the current page HTML.

@When I dump the HTML

File

tests/src/Behat/Context/permissions_by_term.behat.inc, line 332

Class

PermissionsByTermDrupalSubContext
Class PermissionsByTermContext

Namespace

Drupal\Tests\permissions_by_term\Behat\PermissionsByTermDrupalSubContext

Code

public function dumpHTML() {
  print_r($this
    ->getSession()
    ->getPage()
    ->getContent());
}