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
This is confusing:
html/tests/common/Tag/Base/TagTest.php
Lines 156 to 158 in e62c412
Need to decide whether it's OK:
Line 175 in e62c412
The text was updated successfully, but these errors were encountered:
Either it should be the following:
$this->assertSame( $expected, (string)TestTag::tag() ->class('main') ->class(...$class) );
or inline.
Sorry, something went wrong.
No branches or pull requests
This is confusing:
html/tests/common/Tag/Base/TagTest.php
Lines 156 to 158 in e62c412
Need to decide whether it's OK:
html/tests/common/Tag/Base/TagTest.php
Line 175 in e62c412
The text was updated successfully, but these errors were encountered: