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

The OutputHandler refactoring #326

Closed
milo opened this issue Jul 1, 2016 · 1 comment
Closed

The OutputHandler refactoring #326

milo opened this issue Jul 1, 2016 · 1 comment
Milestone

Comments

@milo
Copy link
Member

milo commented Jul 1, 2016

@jiripudil wrote a PhpStorm pluging for Tester. I would like to refactor the OutputHander to be able better provide information for TeamCity output (according to https://github.com/jiripudil/tester/tree/feature/teamcity-output).

It will be with BC breaks I guess. My idea is to create class like:

class TestRunHistory
    public $file;
    public $stdout;
    public $exitCode;
    public $result;
    ...
}

and pass it to OutputHandler interface. But I didn't even try that concept.

@milo milo added this to the 2.0 milestone Jul 1, 2016
@milo milo modified the milestones: 2.x, 2.0 Jan 8, 2017
@milo
Copy link
Member Author

milo commented Aug 13, 2017

Closing in favour of #370

@milo milo closed this as completed Aug 13, 2017
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

1 participant