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
We have to consider about improving XML assertions.
The official PHPUnit provides the following related XML assertions:
assertXmlFileEqualsXmlFile
assertXmlStringEqualsXmlFile
assertXmlStringEqualsXmlString
I think we can implement following XML assertions:
assertIsXmlString
assertIsXmlFile
assertXmlStringContainsTag
assertXmlStringContainsTagWithAttribute
assertXmlStringContainsDeclaration
assertXmlStringDeclaration
The missed XML assertions have been implemented because we can assert XML string/file easily/conveniently.
@adhocore, do you have any thought about this?
Any related XML assertions I think are feel free to add and mention on this issue.
The text was updated successfully, but these errors were encountered:
perfect, if they are not already in phpunit library we can implement it 😎
Sorry, something went wrong.
No branches or pull requests
Introduction
We have to consider about improving XML assertions.
The official PHPUnit provides the following related XML assertions:
assertXmlFileEqualsXmlFile
assertXmlStringEqualsXmlFile
assertXmlStringEqualsXmlString
I think we can implement following XML assertions:
assertIsXmlString
andassertIsXmlFile
assertXmlStringContainsTag
assertXmlStringContainsTagWithAttribute
assertXmlStringContainsDeclaration
assertXmlStringDeclaration
The missed XML assertions have been implemented because we can assert XML string/file easily/conveniently.
@adhocore, do you have any thought about this?
Any related XML assertions I think are feel free to add and mention on this issue.
The text was updated successfully, but these errors were encountered: