8000 Merge branch '3.3' into 3.4 · symfony/symfony@e2ad892 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2ad892

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Process] Skip ProcessTest::testSimpleInputStream() because of bug #75515 in PHP 7.2RC6
2 parents 9a771e6 + a050ee2 commit e2ad892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Process/Tests/ProcessTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,10 @@ public function testIteratorInput()
12631263

12641264
public function testSimpleInputStream()
12651265
{
1266+
if (\PHP_VERSION_ID === 70200 && \PHP_EXTRA_VERSION === 'RC6') {
1267+
$this->markTestSkipped('See bug #75515 in PHP 7.2RC6.');
1268+
}
1269+
12661270
$input = new InputStream();
12671271

12681272
$process = $this->getProcessForCode('echo \'ping\'; stream_copy_to_stream(STDIN, STDOUT);');

0 commit comments

Comments
 (0)
0