/var/www/vhosts/nabawater/vendor/codeception/phpunit-wrapper/src/Constraint
Edit: /var/www/vhosts/nabawater/vendor/codeception/phpunit-wrapper/src/Constraint/WebDriverNot.php (1213B)
string) {
throw new \PHPUnit\Framework\ExpectationFailedException(
"Element $selector was found",
$comparisonFailure
);
}
$output = "There was $selector element";
$output .= $this->uriMessage("on page");
$output .= $this->nodesList($nodes, $this->string);
$output .= "\ncontaining '{$this->string}'";
throw new \PHPUnit\Framework\ExpectationFailedException(
$output,
$comparisonFailure
);
}
public function toString()
{
if ($this->string) {
return 'that contains text "' . $this->string . '"';
}
}
}