10000 [VarDumper] Add missing getDump in abstract VarDumperTestCase by nicolas-grekas · Pull Request #16126 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[VarDumper] Add missing getDump in abstract VarDumperTestCase #16126

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2015

Conversation

nicolas-grekas
Copy link
Member
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #16063
License MIT
Doc PR -

Just a miss in #16063

@fabpot
Copy link
Member
fabpot commented Oct 5, 2015

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 06fdf73 into symfony:2.8 Oct 5, 2015
fabpot added a commit that referenced this pull request Oct 5, 2015
…tCase (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[VarDumper] Add missing getDump in abstract VarDumperTestCase

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #16063
| License       | MIT
| Doc PR        | -

Just a miss in #16063

Commits
-------

06fdf73 [VarDumper] Add missing getDump in abstract VarDumperTestCase
}

private function getVarDumperDump($data)
private function getDump($data)
Copy link
Member

Choose a reason for hiding this comment

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

Any reason this is private in the class but public in the trait?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, a mistake of mine :-)

@nicolas-grekas nicolas-grekas deleted the fix-dump branch October 6, 2015 07:27
fabpot added a commit that referenced this pull request Oct 6, 2015
… trait (xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

[VarDumper] consistent signature of getDump() in class + trait

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #16126
| License       | MIT
| Doc PR        |

Commits
-------

48a9e83 consistent signature of getDump() in class + trait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0