Documentation

Asserts

Asserts trait

Table of Contents

assertTagContent()  : void
Asserts that two variables are equal.
getTagContent()  : string
Method fetches tag's text

Methods

assertTagContent()

Asserts that two variables are equal.

public assertTagContent(string $expected, string $selector) : void
Parameters
$expected : string

expected Value

$selector : string

selector

Return values
void

getTagContent()

Method fetches tag's text

protected abstract getTagContent(string $selector) : string
Parameters
$selector : string

tag's selector

Return values
string

tag's text

Search results