v1.0.0
English

DOMParser.php

system/Test/DOMParser.php
1 class 15 methods

class DOMParser

Load a response into a DOMDocument for testing assertions based on that
__construct () public
getBody () public
withString (string $content) public
withFile (string $path) public
see (?string $search = null, ?string $element = null) public
dontSee (?string $search = null, ?string $element = null) public
seeElement (string $element) public
dontSeeElement (string $element) public
seeLink (string $text, ?string $details = null) public
seeInField (string $field, string $value) public
seeCheckboxIsChecked (string $element) public
seeXPath (string $path) public
dontSeeXPath (string $path) public
doXPath (?string $search, string $element, array $paths = []) protected
parseSelector (string $selector) public
phpDG v1.0.0 DOMParser.php 662 files 498 classes 763 fn
Generated