assertMatchesDomQuery()
assertMatchesDomQuery(string $selector, string $html) : void
Assert that the supplied CSS selector matches the supplied HTML.
Parameters
string | $selector | A CSS selected. |
string | $html | The HTML you are selecting against. |