Skip to content

Commit

Permalink
Update tests/lib/BinaryFinderTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Reno Reckling <e-github@wthack.de>
  • Loading branch information
exi and kesselb authored Sep 17, 2024
1 parent af19d53 commit 90cbaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/BinaryFinderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BinaryFinderTest extends TestCase {
private $oldEnv;

protected function setUp(): void {
$this->oldEnv = getenv("PATH");
$this->oldEnv = getenv('PATH');
// BinaryFinder always includes the "PATH" environment variable into the search path,
// which we want to avoid in this test because they are not usually found in webserver
// deployments.
Expand Down

0 comments on commit 90cbaed

Please sign in to comment.