Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix the :only-of-type pseudo class selector#33777

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@jakzal
Copy link
Contributor

QA
Branch?3.4
Bug fix?yes
New feature?no
Deprecations?no
TicketsFix#33773
LicenseMIT
Doc PR-

foreach ($elementsas$element) {
if (null !==$element->attributes()->id) {
$this->assertTrue(\in_array($element->attributes()->id,$elementsId));
$this->assertContains((string)$element->attributes()->id,$elementsId);
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This is not strictly related, but it improves an error message shown when the test fails. Before the change, the message would say "expected true, got false". Now it will indicate what's the missing id.

@jakzaljakzalforce-pushed thebugfix/css-selector/only-of-type branch 3 times, most recently from9bfc715 tobd314d3CompareSeptember 30, 2019 21:36
@fabpotfabpotforce-pushed thebugfix/css-selector/only-of-type branch frombd314d3 toc2a9bf0CompareOctober 1, 2019 11:57
@fabpot
Copy link
Member

Thank you@jakzal.

fabpot added a commit that referenced this pull requestOct 1, 2019
This PR was squashed before being merged into the 3.4 branch (closes#33777).Discussion----------Fix the :only-of-type pseudo class selector| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       |Fix#33773| License       | MIT| Doc PR        | -Commits-------c2a9bf0 Fix the :only-of-type pseudo class selector
@fabpotfabpot merged commitc2a9bf0 intosymfony:3.4Oct 1, 2019
@jakzaljakzal deleted the bugfix/css-selector/only-of-type branchOctober 1, 2019 13:24
This was referencedOct 7, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@stofstofstof approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@jakzal@fabpot@stof@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp