8000 minor #19963 fixed a test that do not pass on a Mac (fabpot) · symfony/symfony@904f8ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 904f8ed

Browse files
minor #19963 fixed a test that do not pass on a Mac (fabpot)
This PR was merged into the 3.2-dev branch. Discussion ---------- fixed a test that do not pass on a Mac | Q | A | ------------- | --- | Branch? | master (test did not exist before) | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- fb0deaa fixed a test that do not pass onMac
2 parents a86583d + fb0deaa commit 904f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ public function testInheritEnvEnabled()
13761376
$expected = array('BAR' => 'BAZ', 'FOO' => 'BAR');
13771377
$env = array_intersect_key(unserialize($process->getOutput()), $expected);
13781378

1379-
$this->assertSame($expected, $env);
1379+
$this->assertEquals($expected, $env);
13801380
}
13811381

13821382
public function testInheritEnvDisabled()

0 commit comments

Comments
 (0)
0