Skip to content

Commit 94512ff

Browse files
Merge branch '3.4' into 4.1
* 3.4: [travis][appveyor] use symfony/flex to accelerate builds Add missing stderr redirection clean up unused code [Filesystem] Add test to prevent regression when using array|resource with dumpFile [Security] Call AccessListener after LogoutListener
2 parents 3c30714 + c9db102 commit 94512ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CoverageListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function test()
1212
$this->markTestSkipped('This test cannot be run on Windows.');
1313
}
1414

15-
exec('type phpdbg', $output, $returnCode);
15+
exec('type phpdbg 2> /dev/null', $output, $returnCode);
1616

1717
if (\PHP_VERSION_ID >= 70000 && 0 === $returnCode) {
1818
$php = 'phpdbg -qrr';

0 commit comments

Comments
 (0)