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

Coverage support for WrapperRunner, see #115 #117

Merged
merged 2 commits into from
Oct 23, 2014
Merged

Coverage support for WrapperRunner, see #115 #117

merged 2 commits into from
Oct 23, 2014

Conversation

rusitschka
Copy link

I factored out a base class for Runner and WrapperRunner in order to make WrapperRunner support code coverage. Please review and pull.


public function run()
{
$this->verifyConfiguration();
$this->initCoverage();
$this->load();
$this->printer->start($this->options);
Copy link
Contributor

Choose a reason for hiding this comment

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

You can pull these four lines up to BaseRunner::run

@julianseeger
Copy link
Contributor

No idea how to review that and I can only blame myself that this feature is untested.
It would be nice if you could pull up the run method. Then we are good to go.

@rusitschka
Copy link
Author

Well, you already reviewed it by suggesting to pull up the common run() functionality.

julianseeger added a commit that referenced this pull request Oct 23, 2014
Coverage support for WrapperRunner, see #115
@julianseeger julianseeger merged commit 0f3ca74 into paratestphp:master Oct 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants