Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 4.2
Bug fix? yes
New feature?
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

@@ -160,6 +161,13 @@ public function testWaitUntilSpecificOutput()
$this->assertEquals("First iteration output\nSecond iteration output\nOne more iteration output\n", $completeOutput);
}

public function testWaitUntilReturnspecificOutput()
Copy link
Contributor

@Nek- Nek- Oct 23, 2018

Choose a reason for hiding this comment

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

I guess the name of this test is not accurate. (It test what happen in case the process ends fast, isn't it?)

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@nicolas-grekas nicolas-grekas merged commit 946d278 into symfony:master Oct 23, 2018
nicolas-grekas added a commit that referenced this pull request Oct 23, 2018
This PR was merged into the 4.2-dev branch.

Discussion
----------

[Process] fix waitUntil+add tests

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | yes
| New feature?  |
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

946d278 [Process] fix waitUntil+add tests
@nicolas-grekas nicolas-grekas deleted the proc-fix branch October 23, 2018 12:56
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