Skip to content

Run executing events + bug fixes #83

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 3 commits into from
Jan 29, 2016
Merged

Run executing events + bug fixes #83

merged 3 commits into from
Jan 29, 2016

Conversation

AydinHassan
Copy link
Member

No description provided.

@codecov-io
Copy link

Current coverage is 89.80%

Merging #83 into master will increase coverage by +0.04% as of 8447c12

@@            master    #83   diff @@
=====================================
  Files           69     69       
  Stmts         1661   1668     +7
  Branches         0      0       
  Methods        274    274       
=====================================
+ Hit           1491   1498     +7
  Partial          0      0       
  Missed         170    170       

Review entire Coverage Diff as of 8447c12

Powered by Codecov. Updated on successful CI builds.

$process->run(function ($outputType, $outputBuffer) use ($output) {
$process->start();
$this->eventDispatcher->dispatch(new CgiExecuteEvent('cgi.run.executing', $request, ['output' => $output]));
$process->wait(function ($outputType, $outputBuffer) use ($output) {
Copy link
Member

Choose a reason for hiding this comment

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

Nice!

@mikeymike
Copy link
Member

just fixed the test for this, force pushed it though 🙊 :P

@mikeymike
Copy link
Member

Gna merge this, I broke the tests in the last merge 💯

mikeymike added a commit that referenced this pull request Jan 29, 2016
Run executing events + bug fixes
@mikeymike mikeymike merged commit 87e91b8 into master Jan 29, 2016
@mikeymike mikeymike deleted the run-events branch January 29, 2016 07:43
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.

3 participants