We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
$this->assertSelectCount( 'textarea[name=somename]', 1, $html, 'The generated textarea name is missing or incorrect!' );
If the selector doesn't match anything, the output message is just "Failed asserting that integer:0 matches expected integer:1."
The parameter $message is lost when calling assertEquals from assertSelectEquals.
The text was updated successfully, but these errors were encountered:
This is fixed by #49.
Sorry, something went wrong.
Closed by ad2166a.
Close sebastianbergmann#47.
ad2166a
No branches or pull requests
Example:
$this->assertSelectCount(
'textarea[name=somename]', 1, $html,
'The generated textarea name is missing or incorrect!'
);
If the selector doesn't match anything, the output message is just "Failed asserting that integer:0 matches expected integer:1."
The parameter $message is lost when calling assertEquals from assertSelectEquals.
The text was updated successfully, but these errors were encountered: