We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215c0b6 commit 9f831ceCopy full SHA for 9f831ce
tests/Phar/PackagerTest.php
@@ -122,7 +122,7 @@ public function testGetSystemBinReturnsDefaultPackageNameInCustomBin()
122
'name' => 'clue/phar-composer'
123
), '');
124
125
- $this->assertEquals('/home/me/phar-composer', $this->packager->getSystemBin($package, '/home/me'));
+ $this->assertEquals('/usr/bin/phar-composer', $this->packager->getSystemBin($package, '/usr/bin'));
126
}
127
128
public function provideValidPackageUrl()
0 commit comments