Skip to content
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

Simulate PHPUnit command line output? (enhancement) #19

Closed
mishak87 opened this issue Mar 25, 2013 · 2 comments
Closed

Simulate PHPUnit command line output? (enhancement) #19

mishak87 opened this issue Mar 25, 2013 · 2 comments

Comments

@mishak87
Copy link

Most of current IDE support PHPUnit as test tool with progress and success/errors list and other stuff.

My question is, how hard would be to implement CLI script simulating PHPUnit behavior?
Good enought would be just running tests and producing same output.
(eg.: like sendmail is template for most contemporary mailers)

@dg
Copy link
Member

dg commented Mar 25, 2013

What about generating JSON output and create JSON -> PHPUnit output tool?

@mishak87
Copy link
Author

This might work, any idea how to implement continuous output? (Most of the tools support x/y tests done status)
First approach that comes to mind is to send multiple JSON encoded blocks and decode them continually (waiting for piped input).

@dg dg closed this as completed in 2547c0a Jul 24, 2013
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

No branches or pull requests

2 participants