Skip to content

Added ability to export PHP_CodeCoverage object to .smart format #185

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

Closed
wants to merge 1 commit into from

Conversation

uyga
Copy link
Contributor

@uyga uyga commented Aug 26, 2013

Export and import for PHP_CodeCoverage in our project was too long - approx 70 hours. With changing serialize/unserialize approach we've got 2.5 hours. New approach is var_export and include.

@sebastianbergmann
Copy link
Owner

Thank you for your contribution.

I would rather not add an additional logging format/target to PHP_CodeCoverage / PHPUnit but instead, if at all, replace the existing serialize() / unserialize() based solution with your var_export() based one.

@sebastianbergmann
Copy link
Owner

Can you please open a new pull request that instead of adding a new format changes the implementation of the existing PHP_CodeCoverage_Report_PHP class? Thanks!

@uyga
Copy link
Contributor Author

uyga commented Aug 26, 2013

OK, will do :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants