Skip to content

add filter argument to assertDumpEquals() #8207

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
Jan 12, 2018

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jul 21, 2017

This fixes #8172.

@@ -206,7 +206,7 @@ The output format of a dumper can be fine tuned by the two flags
``DUMP_STRING_LENGTH`` and ``DUMP_LIGHT_ARRAY`` which are passed as a bitmap
in the third constructor argument. They can also be set via environment
variables when using
:method:`assertDumpEquals($dump, $data, $message) <Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait::assertDumpEquals>`
:method:`assertDumpEquals($dump, $data, $filter, $message) <Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait::assertDumpEquals>`
Copy link
Contributor

Choose a reason for hiding this comment

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

No version added directive nor explanation of the purpose of this argument?

@javiereguiluz
Copy link
Member

@xabbuh do you think we need to add more information about this change as Jules asked for or is it enough as it is now? Thanks!

@xabbuh
Copy link
Member Author

xabbuh commented Jan 10, 2018

I added some more information.

@javiereguiluz
Copy link
Member

Thank you Christian.

@javiereguiluz javiereguiluz merged commit 671fa2c into symfony:3.4 Jan 12, 2018
javiereguiluz added a commit that referenced this pull request Jan 12, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

add filter argument to assertDumpEquals()

This fixes #8172.

Commits
-------

671fa2c add filter argument to assertDumpEquals()
@xabbuh xabbuh deleted the issue-8172 branch January 12, 2018 13:19
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